@capgo/cli 7.61.0 → 7.62.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "7.61.0",
3
+ "version": "7.62.1",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "Martin martin@capgo.app",
6
6
  "license": "Apache 2.0",
@@ -73,6 +73,7 @@
73
73
  "@capacitor/cli": "^8.0.0",
74
74
  "@capgo/find-package-manager": "^0.0.18",
75
75
  "@clack/prompts": "^0.11.0",
76
+ "@modelcontextprotocol/sdk": "^1.0.0",
76
77
  "@sauber/table": "npm:@jsr/sauber__table",
77
78
  "@std/semver": "npm:@jsr/std__semver@1.0.6",
78
79
  "@supabase/supabase-js": "^2.79.0",
@@ -93,6 +94,10 @@
93
94
  "prettyjson": "^1.2.5",
94
95
  "tmp": "^0.2.5",
95
96
  "tus-js-client": "^4.3.1",
96
- "typescript": "^5.9.3"
97
+ "typescript": "^5.9.3",
98
+ "zod": "^3.24.0"
99
+ },
100
+ "dependencies": {
101
+ "micromatch": "^4.0.8"
97
102
  }
98
103
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Start the Capgo MCP (Model Context Protocol) server.
3
+ * This allows AI agents to interact with Capgo Cloud programmatically.
4
+ */
5
+ export declare function startMcpServer(): Promise<void>;
6
+ //# sourceMappingURL=server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../src/mcp/server.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,wBAAsB,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC,CA+hBpD"}