@kya-os/create-mcpi-app 1.8.64 → 1.8.65

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.
@@ -103,7 +103,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
103
103
  "cf-typegen": "wrangler types",
104
104
  },
105
105
  dependencies: {
106
- "@kya-os/mcp-i-cloudflare": "1.6.61",
106
+ "@kya-os/mcp-i-cloudflare": "1.6.62",
107
107
  "@modelcontextprotocol/sdk": "1.24.0",
108
108
  agents: "0.2.30",
109
109
  hono: "4.10.3",
@@ -482,7 +482,7 @@ dist
482
482
  await runCommand(packageManager, ["install"], targetDir);
483
483
  // 13a. Verify installed version matches expected version
484
484
  console.log(chalk.blue("\nšŸ” Verifying package versions..."));
485
- const expectedVersion = "1.6.61";
485
+ const expectedVersion = "1.6.62";
486
486
  try {
487
487
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
488
488
  if (fs.existsSync(installedPackagePath)) {
@@ -89,7 +89,7 @@ export async function generateCloudflareProjectFiles(options) {
89
89
  "cf-typegen": "wrangler types",
90
90
  },
91
91
  dependencies: {
92
- "@kya-os/mcp-i-cloudflare": "1.6.61",
92
+ "@kya-os/mcp-i-cloudflare": "1.6.62",
93
93
  "@modelcontextprotocol/sdk": "1.24.0",
94
94
  agents: "0.2.30",
95
95
  hono: "4.10.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.64",
3
+ "version": "1.8.65",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "type": "module",
6
6
  "main": "./dist/helpers/index.js",
@@ -36,7 +36,7 @@
36
36
  "@kya-os/cli-effects": "^1.0.19",
37
37
  "@kya-os/contracts": "^1.6.19",
38
38
  "@kya-os/mcp-i": "^1.6.17",
39
- "@kya-os/mcp-i-cloudflare": "^1.6.61",
39
+ "@kya-os/mcp-i-cloudflare": "^1.6.62",
40
40
  "base-x": "^5.0.0",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^12.1.0",