@kya-os/create-mcpi-app 1.8.17 → 1.8.19

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.
@@ -80,7 +80,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
80
80
  "kv:create-tool-protection": `wrangler kv:namespace create ${projectNameUpper}_${KV_BINDING_NAMES[4]}`,
81
81
  },
82
82
  dependencies: {
83
- "@kya-os/mcp-i-cloudflare": "1.6.17",
83
+ "@kya-os/mcp-i-cloudflare": "1.6.18",
84
84
  "@modelcontextprotocol/sdk": "1.19.1",
85
85
  agents: "0.2.21",
86
86
  hono: "4.6.3",
@@ -505,7 +505,7 @@ function updateWranglerToml(binding, namespaceId) {
505
505
  return match.replace(/id\\s*=\\s*"[^"]*"/, \`id = "\${namespaceId}"\`);
506
506
  });
507
507
 
508
- fs.outputFileSync(wranglerPath, content);
508
+ fs.writeFileSync(wranglerPath, content);
509
509
  console.log(\`āœ… Updated wrangler.toml with \${binding} namespace ID: \${namespaceId}\`);
510
510
  }
511
511
 
@@ -657,7 +657,7 @@ dist
657
657
  await runCommand(packageManager, ["install"], targetDir);
658
658
  // 13a. Verify installed version matches expected version
659
659
  console.log(chalk.blue("\nšŸ” Verifying package versions..."));
660
- const expectedVersion = "1.6.17";
660
+ const expectedVersion = "1.6.18";
661
661
  try {
662
662
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
663
663
  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.17",
3
+ "version": "1.8.19",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"
@@ -18,7 +18,7 @@
18
18
  "@kya-os/cli-effects": "^1.0.19",
19
19
  "@kya-os/contracts": "^1.6.1",
20
20
  "@kya-os/mcp-i": "^1.6.1",
21
- "@kya-os/mcp-i-cloudflare": "^1.6.17",
21
+ "@kya-os/mcp-i-cloudflare": "^1.6.18",
22
22
  "base-x": "^5.0.0",
23
23
  "chalk": "^4.1.2",
24
24
  "commander": "^12.1.0",