@kya-os/create-mcpi-app 1.7.42-canary.74 ā 1.7.42-canary.75
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.7.42-canary.
|
|
2
|
+
> @kya-os/create-mcpi-app@1.7.42-canary.75 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
3
3
|
> tsc && chmod +x dist/index.js
|
|
4
4
|
|
|
@@ -123,8 +123,8 @@ async function updatePackageJsonForIdentity(projectPath, projectName, transports
|
|
|
123
123
|
// Add published packages
|
|
124
124
|
packageJson.dependencies = {
|
|
125
125
|
...packageJson.dependencies,
|
|
126
|
-
"@kya-os/mcp-i": "^1.5.9-canary.
|
|
127
|
-
"@kya-os/cli": "^1.3.5-canary.
|
|
126
|
+
"@kya-os/mcp-i": "^1.5.9-canary.29",
|
|
127
|
+
"@kya-os/cli": "^1.3.5-canary.24",
|
|
128
128
|
};
|
|
129
129
|
}
|
|
130
130
|
// Add exactly 8 scripts as required by spec
|
|
@@ -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.5.8-canary.
|
|
83
|
+
"@kya-os/mcp-i-cloudflare": "1.5.8-canary.71",
|
|
84
84
|
"@modelcontextprotocol/sdk": "1.22.0",
|
|
85
85
|
agents: "0.2.21",
|
|
86
86
|
hono: "4.6.3",
|
|
@@ -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.5.8-canary.
|
|
660
|
+
const expectedVersion = "1.5.8-canary.71";
|
|
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)) {
|
|
@@ -15,7 +15,7 @@ export async function fetchMCPITemplate(projectPath, options = {}) {
|
|
|
15
15
|
name: path.basename(projectPath),
|
|
16
16
|
version: "0.1.0",
|
|
17
17
|
dependencies: {
|
|
18
|
-
"@kya-os/cli": "^1.3.5-canary.
|
|
18
|
+
"@kya-os/cli": "^1.3.5-canary.24",
|
|
19
19
|
"@kya-os/mcp-i": mcpiVersion,
|
|
20
20
|
zod: "^3.24.4",
|
|
21
21
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kya-os/create-mcpi-app",
|
|
3
|
-
"version": "1.7.42-canary.
|
|
3
|
+
"version": "1.7.42-canary.75",
|
|
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.3.5-canary.
|
|
17
|
+
"@kya-os/cli": "^1.3.5-canary.24",
|
|
18
18
|
"@kya-os/cli-effects": "^1.0.19",
|
|
19
|
-
"@kya-os/contracts": "^1.5.3-canary.
|
|
20
|
-
"@kya-os/mcp-i": "^1.5.9-canary.
|
|
21
|
-
"@kya-os/mcp-i-cloudflare": "^1.5.8-canary.
|
|
19
|
+
"@kya-os/contracts": "^1.5.3-canary.28",
|
|
20
|
+
"@kya-os/mcp-i": "^1.5.9-canary.29",
|
|
21
|
+
"@kya-os/mcp-i-cloudflare": "^1.5.8-canary.71",
|
|
22
22
|
"base-x": "^5.0.0",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"commander": "^12.1.0",
|