@ampeco/public-api-mcp 3.236.0 → 3.237.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  "originalSize": 5645699,
4
4
  "optimizedSize": 1578006,
5
5
  "reductionPercent": 72.05,
6
- "buildDuration": 1479,
6
+ "buildDuration": 1480,
7
7
  "responseSchemas": {
8
8
  "total": 637,
9
9
  "withSchemas": 637,
@@ -70977,7 +70977,7 @@
70977
70977
  ],
70978
70978
  "info": {
70979
70979
  "title": "Public API",
70980
- "version": "3.236.0",
70980
+ "version": "3.237.0",
70981
70981
  "description": "The Public API provides server-to-server integration capabilities for your EV charging platform.\n\n**Authentication.** Existing integrations continue to work unchanged — long-lived UUID admin tokens are sent in `Authorization: Bearer ...` with no exchange required. Two security schemes are documented for OpenAPI client tooling, both resulting in the same Bearer header at the wire level:\n - `bearerAuth` — the token in the `Authorization: Bearer ...` header is either a long-lived UUID admin token (issued via the admin UI, used directly) or a short-lived access token previously obtained via OAuth.\n - `oauth2ClientCredentials` - a `client_id` / `client_secret` pair should be exchanged for a short-lived access token at `/public-api/oauth/token` per RFC 6749 Section 4.4 (Client Credentials Grant), and the short-lived token should be used in the `Authorization: Bearer ...` header. The OAuth `client_secret` itself cannot be sent directly as a bearer token — it must be exchanged first.\n"
70982
70982
  },
70983
70983
  "servers": [
@@ -70991,13 +70991,13 @@
70991
70991
  }
70992
70992
  }
70993
70993
  ],
70994
- "buildTimestamp": "2026-08-20T10:02:16.372Z",
70994
+ "buildTimestamp": "2026-08-24T10:50:21.897Z",
70995
70995
  "stats": {
70996
70996
  "totalEndpoints": 637,
70997
70997
  "originalSize": 5645699,
70998
70998
  "optimizedSize": 1578006,
70999
70999
  "reductionPercent": 72.05,
71000
- "buildDuration": 1479,
71000
+ "buildDuration": 1480,
71001
71001
  "responseSchemas": {
71002
71002
  "total": 637,
71003
71003
  "withSchemas": 637,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampeco/public-api-mcp",
3
- "version": "3.236.0",
3
+ "version": "3.237.0",
4
4
  "description": "MCP server that dynamically exposes the AMPECO.CHARGE Public API defined by an OpenAPI 3 specification",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",