@kya-os/create-mcpi-app 1.7.42-canary.57 → 1.7.42-canary.59

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.
@@ -71,7 +71,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
71
71
  "kv:create-tool-protection": `wrangler kv:namespace create ${projectNameUpper}_TOOL_PROTECTION_KV`,
72
72
  },
73
73
  dependencies: {
74
- "@kya-os/mcp-i-cloudflare": "1.5.8-canary.58",
74
+ "@kya-os/mcp-i-cloudflare": "1.5.8-canary.59",
75
75
  "@modelcontextprotocol/sdk": "0.6.0",
76
76
  agents: "0.2.21",
77
77
  hono: "4.6.3",
@@ -585,7 +585,7 @@ dist
585
585
  await runCommand(packageManager, ["install"], targetDir);
586
586
  // 13a. Verify installed version matches expected version
587
587
  console.log(chalk.blue("\nšŸ” Verifying package versions..."));
588
- const expectedVersion = "1.5.8-canary.57";
588
+ const expectedVersion = "1.5.8-canary.59";
589
589
  try {
590
590
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
591
591
  if (fs.existsSync(installedPackagePath)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.7.42-canary.57",
3
+ "version": "1.7.42-canary.59",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"
@@ -14,10 +14,10 @@
14
14
  "prepublishOnly": "npm run build && node scripts/validate-dependencies.js"
15
15
  },
16
16
  "dependencies": {
17
- "@kya-os/cli": "^1.3.5-canary.17",
17
+ "@kya-os/cli": "^1.3.5-canary.18",
18
18
  "@kya-os/cli-effects": "^1.0.19",
19
- "@kya-os/mcp-i": "^1.5.9-canary.22",
20
- "@kya-os/mcp-i-cloudflare": "^1.5.8-canary.57",
19
+ "@kya-os/mcp-i": "^1.5.9-canary.23",
20
+ "@kya-os/mcp-i-cloudflare": "^1.5.8-canary.59",
21
21
  "base-x": "^5.0.0",
22
22
  "chalk": "^4.1.2",
23
23
  "commander": "^12.1.0",