apteva 0.4.14 → 0.4.15

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.14",
3
+ "version": "0.4.15",
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",
@@ -341,7 +341,7 @@ export async function handleIntegrationRoutes(
341
341
  url: mcpUrlWithUser,
342
342
  headers: { "x-api-key": apiKey },
343
343
  source: "composio",
344
- project_id: null,
344
+ project_id: projectId,
345
345
  });
346
346
 
347
347
  return json({ server, message: "Server added successfully" });