@ampeco/public-api-mcp 3.243.0 → 3.243.1

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": 5718188,
4
4
  "optimizedSize": 1600212,
5
5
  "reductionPercent": 72.02,
6
- "buildDuration": 1502,
6
+ "buildDuration": 1405,
7
7
  "responseSchemas": {
8
8
  "total": 637,
9
9
  "withSchemas": 637,
@@ -71399,7 +71399,7 @@
71399
71399
  ],
71400
71400
  "info": {
71401
71401
  "title": "Public API",
71402
- "version": "3.243.0",
71402
+ "version": "3.243.1",
71403
71403
  "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"
71404
71404
  },
71405
71405
  "servers": [
@@ -71413,13 +71413,13 @@
71413
71413
  }
71414
71414
  }
71415
71415
  ],
71416
- "buildTimestamp": "2026-09-02T10:29:32.374Z",
71416
+ "buildTimestamp": "2026-09-03T07:58:03.253Z",
71417
71417
  "stats": {
71418
71418
  "totalEndpoints": 637,
71419
71419
  "originalSize": 5718188,
71420
71420
  "optimizedSize": 1600212,
71421
71421
  "reductionPercent": 72.02,
71422
- "buildDuration": 1502,
71422
+ "buildDuration": 1405,
71423
71423
  "responseSchemas": {
71424
71424
  "total": 637,
71425
71425
  "withSchemas": 637,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampeco/public-api-mcp",
3
- "version": "3.243.0",
3
+ "version": "3.243.1",
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",