@kya-os/create-mcpi-app 1.8.40-canary.5 → 1.8.40-canary.6

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.
@@ -73,7 +73,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
73
73
  "cf-typegen": "wrangler types",
74
74
  },
75
75
  dependencies: {
76
- "@kya-os/mcp-i-cloudflare": "1.6.40-canary.3",
76
+ "@kya-os/mcp-i-cloudflare": "1.6.40-canary.4",
77
77
  "@modelcontextprotocol/sdk": "1.24.0",
78
78
  agents: "0.2.30",
79
79
  hono: "4.10.3",
@@ -442,7 +442,7 @@ dist
442
442
  await runCommand(packageManager, ["install"], targetDir);
443
443
  // 13a. Verify installed version matches expected version
444
444
  console.log(chalk.blue("\nšŸ” Verifying package versions..."));
445
- const expectedVersion = "1.6.40-canary.3";
445
+ const expectedVersion = "1.6.40-canary.4";
446
446
  try {
447
447
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
448
448
  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.8.40-canary.5",
3
+ "version": "1.8.40-canary.6",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"