@ampeco/public-api-mcp 3.247.1 → 3.247.2

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": 5828593,
4
4
  "optimizedSize": 1631472,
5
5
  "reductionPercent": 72.01,
6
- "buildDuration": 1090,
6
+ "buildDuration": 1625,
7
7
  "responseSchemas": {
8
8
  "total": 640,
9
9
  "withSchemas": 640,
@@ -71928,7 +71928,7 @@
71928
71928
  ],
71929
71929
  "info": {
71930
71930
  "title": "Public API",
71931
- "version": "3.247.1",
71931
+ "version": "3.247.2",
71932
71932
  "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"
71933
71933
  },
71934
71934
  "servers": [
@@ -71942,13 +71942,13 @@
71942
71942
  }
71943
71943
  }
71944
71944
  ],
71945
- "buildTimestamp": "2026-09-10T16:24:08.274Z",
71945
+ "buildTimestamp": "2026-09-11T12:09:11.484Z",
71946
71946
  "stats": {
71947
71947
  "totalEndpoints": 640,
71948
71948
  "originalSize": 5828593,
71949
71949
  "optimizedSize": 1631472,
71950
71950
  "reductionPercent": 72.01,
71951
- "buildDuration": 1090,
71951
+ "buildDuration": 1625,
71952
71952
  "responseSchemas": {
71953
71953
  "total": 640,
71954
71954
  "withSchemas": 640,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampeco/public-api-mcp",
3
- "version": "3.247.1",
3
+ "version": "3.247.2",
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",