@kya-os/create-mcpi-app 1.8.41 → 1.8.43

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.8.41 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.42 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -72,7 +72,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
72
72
  "cf-typegen": "wrangler types",
73
73
  },
74
74
  dependencies: {
75
- "@kya-os/mcp-i-cloudflare": "1.6.41",
75
+ "@kya-os/mcp-i-cloudflare": "1.6.42",
76
76
  "@modelcontextprotocol/sdk": "1.24.0",
77
77
  agents: "0.2.30",
78
78
  hono: "4.10.3",
@@ -440,7 +440,7 @@ dist
440
440
  await runCommand(packageManager, ["install"], targetDir);
441
441
  // 13a. Verify installed version matches expected version
442
442
  console.log(chalk.blue("\nšŸ” Verifying package versions..."));
443
- const expectedVersion = "1.6.41";
443
+ const expectedVersion = "1.6.42";
444
444
  try {
445
445
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
446
446
  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.41",
3
+ "version": "1.8.43",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"
@@ -14,11 +14,11 @@
14
14
  "prepublishOnly": "npm run build && node scripts/validate-dependencies.js && node scripts/validate-template-versions.js"
15
15
  },
16
16
  "dependencies": {
17
- "@kya-os/cli": "^1.4.10",
17
+ "@kya-os/cli": "^1.4.12",
18
18
  "@kya-os/cli-effects": "^1.0.19",
19
- "@kya-os/contracts": "^1.6.14",
20
- "@kya-os/mcp-i": "^1.6.10",
21
- "@kya-os/mcp-i-cloudflare": "^1.6.41",
19
+ "@kya-os/contracts": "^1.6.15",
20
+ "@kya-os/mcp-i": "^1.6.12",
21
+ "@kya-os/mcp-i-cloudflare": "^1.6.42",
22
22
  "base-x": "^5.0.0",
23
23
  "chalk": "^4.1.2",
24
24
  "commander": "^12.1.0",