@kya-os/create-mcpi-app 1.7.42-canary.21 → 1.7.42-canary.22
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.
|
@@ -69,8 +69,8 @@ export async function fetchCloudflareMcpiTemplate(projectPath, options = {}) {
|
|
|
69
69
|
dependencies: {
|
|
70
70
|
"@kya-os/contracts": "^1.5.3-canary.9",
|
|
71
71
|
"@kya-os/mcp-i-cloudflare": "^1.5.8-canary.25",
|
|
72
|
-
"@kya-os/mcp-i-core": "^1.2.2-canary.
|
|
73
|
-
"@kya-os/mcp-i": "^1.5.9-canary.
|
|
72
|
+
"@kya-os/mcp-i-core": "^1.2.2-canary.13",
|
|
73
|
+
"@kya-os/mcp-i": "^1.5.9-canary.14",
|
|
74
74
|
"@modelcontextprotocol/sdk": "^1.19.1",
|
|
75
75
|
agents: "^0.2.21", // Use latest version - constructor now only accepts 2 parameters
|
|
76
76
|
hono: "^4.9.10",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kya-os/create-mcpi-app",
|
|
3
|
-
"version": "1.7.42-canary.
|
|
3
|
+
"version": "1.7.42-canary.22",
|
|
4
4
|
"description": "Bootstrap MCP applications with identity features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@kya-os/cli": "^1.3.5-canary.8",
|
|
32
32
|
"@kya-os/cli-effects": "^1.0.19",
|
|
33
|
-
"@kya-os/mcp-i": "^1.5.9-canary.
|
|
33
|
+
"@kya-os/mcp-i": "^1.5.9-canary.14",
|
|
34
34
|
"@kya-os/mcp-i-cloudflare": "^1.5.8-canary.24",
|
|
35
35
|
"base-x": "^5.0.0",
|
|
36
36
|
"chalk": "^5.3.0",
|