apteva 0.4.9 → 0.4.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apteva",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "Run AI agents locally. Multi-provider support for Claude, GPT, Gemini, Llama, and more.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,6 +25,7 @@ const PUBLIC_PATHS = [
25
25
  "/api/features", // Feature flags needed before auth
26
26
  "/api/telemetry", // Agents POST telemetry here
27
27
  "/api/telemetry/stream", // SSE doesn't support auth headers
28
+ "/api/mcp/platform", // Built-in MCP server for agent communication
28
29
  ];
29
30
 
30
31
  // Path prefixes that don't require authentication (for agent communication)