@kya-os/create-mcpi-app 1.9.19 β 1.9.21
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 +1 -1
- package/.turbo/turbo-test.log +279 -479
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,45 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
> @kya-os/create-mcpi-app@1.9.
|
|
2
|
+
> @kya-os/create-mcpi-app@1.9.20 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
RUN v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[33m[2mβ[22m[39m should load .env from package directory and current working directory [33m 2096[2mms[22m[39m
|
|
12
|
-
[33m[2mβ[22m[39m should call runCLI with process.argv [33m 407[2mms[22m[39m
|
|
13
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
14
|
-
[22m[39m
|
|
15
|
-
ποΈ Generating Cloudflare MCP-I project: test-project...
|
|
16
|
-
|
|
17
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
18
|
-
[22m[39mπ Generating cryptographic identity...
|
|
8
|
+
β src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 393ms
|
|
9
|
+
β test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
|
|
10
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
|
|
19
11
|
|
|
20
|
-
(node:27092) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
21
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
22
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include envPrefix in generated index.ts
|
|
23
|
-
[22m[39m
|
|
24
12
|
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
25
13
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
[33m[2mβ[22m[39m should handle files with special characters in names [33m 541[2mms[22m[39m
|
|
40
|
-
[33m[2mβ[22m[39m should handle binary files [33m 529[2mms[22m[39m
|
|
41
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
42
|
-
[22m[39mβ Created Cloudflare MCP-I template files
|
|
14
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
|
|
15
|
+
π Generating cryptographic identity...
|
|
16
|
+
|
|
17
|
+
β src/__tests__/helpers/generate-identity.test.ts (24 tests) 218ms
|
|
18
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
19
|
+
|
|
20
|
+
ποΈ Generating Cloudflare MCP-I project: test-project...
|
|
21
|
+
|
|
22
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
23
|
+
π Generating cryptographic identity...
|
|
24
|
+
|
|
25
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
|
|
26
|
+
β Created Cloudflare MCP-I template files
|
|
43
27
|
- Generated identity keys in .dev.vars
|
|
44
28
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
45
29
|
- Created modular tool structure
|
|
@@ -61,40 +45,21 @@
|
|
|
61
45
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
62
46
|
|
|
63
47
|
π Next Steps:
|
|
64
|
-
cd test-
|
|
48
|
+
cd test-agent
|
|
65
49
|
wrangler login # Login to Cloudflare first!
|
|
66
50
|
npm run dev # Start local development
|
|
67
51
|
npm run deploy # Deploy (KV auto-created!)
|
|
68
52
|
|
|
69
53
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
[32mβ[39m should respect custom shard count[32m 95[2mms[22m[39m
|
|
80
|
-
[32mβ[39m should fall back to default when strategy unknown[32m 1[2mms[22m[39m
|
|
81
|
-
[32mβ[39m should use session strategy when not configured[32m 42[2mms[22m[39m
|
|
82
|
-
[31m [31mΓ[31m session routing should have O(1) complexity[39m[33m 2312[2mms[22m[39m
|
|
83
|
-
[31m [31mΓ[31m shard routing should have O(n) complexity for hash[39m[33m 696[2mms[22m[39m
|
|
84
|
-
[33m[2mβ[22m[39m should handle empty session ID [33m 545[2mms[22m[39m
|
|
85
|
-
[32mβ[39m should handle non-numeric shard count[32m 6[2mms[22m[39m
|
|
86
|
-
[32mβ[39m should handle special characters in session ID[32m 118[2mms[22m[39m
|
|
87
|
-
[32mβ[39m src/__tests__/helpers/generate-identity.test.ts [2m([22m[2m24 tests[22m[2m)[22m[33m 7040[2mms[22m[39m
|
|
88
|
-
[33m[2mβ[22m[39m should generate a valid identity [33m 641[2mms[22m[39m
|
|
89
|
-
[33m[2mβ[22m[39m should generate unique identities on each call [33m 875[2mms[22m[39m
|
|
90
|
-
[33m[2mβ[22m[39m should generate identity with correct structure [33m 809[2mms[22m[39m
|
|
91
|
-
[33m[2mβ[22m[39m should generate identity with valid ISO timestamp [33m 1074[2mms[22m[39m
|
|
92
|
-
[33m[2mβ[22m[39m should generate valid Ed25519 key pair [33m 674[2mms[22m[39m
|
|
93
|
-
[33m[2mβ[22m[39m should generate keys that can be used for signing [33m 469[2mms[22m[39m
|
|
94
|
-
[33m[2mβ[22m[39m should generate identity that matches expected interface [33m 444[2mms[22m[39m
|
|
95
|
-
[33m[2mβ[22m[39m should generate DID that corresponds to public key [33m 528[2mms[22m[39m
|
|
96
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include envPrefix in generated index.ts
|
|
97
|
-
[22m[39mβ Created Cloudflare MCP-I template files
|
|
54
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
|
|
55
|
+
|
|
56
|
+
ποΈ Generating Cloudflare MCP-I project: my-awesome-agent...
|
|
57
|
+
|
|
58
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
|
|
59
|
+
π Generating cryptographic identity...
|
|
60
|
+
|
|
61
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
|
|
62
|
+
β Created Cloudflare MCP-I template files
|
|
98
63
|
- Generated identity keys in .dev.vars
|
|
99
64
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
100
65
|
- Created modular tool structure
|
|
@@ -116,66 +81,21 @@
|
|
|
116
81
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
117
82
|
|
|
118
83
|
π Next Steps:
|
|
119
|
-
cd
|
|
84
|
+
cd my-awesome-agent
|
|
120
85
|
wrangler login # Login to Cloudflare first!
|
|
121
86
|
npm run dev # Start local development
|
|
122
87
|
npm run deploy # Deploy (KV auto-created!)
|
|
123
88
|
|
|
124
89
|
|
|
125
|
-
|
|
126
|
-
[22m[39m
|
|
127
|
-
ποΈ Generating Cloudflare MCP-I project: test-project-env...
|
|
128
|
-
|
|
129
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
130
|
-
[22m[39mπ Generating cryptographic identity...
|
|
131
|
-
|
|
132
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould use correct prefix format (uppercase with underscores)
|
|
133
|
-
[22m[39m
|
|
134
|
-
ποΈ Generating Cloudflare MCP-I project: my-awesome-agent...
|
|
135
|
-
|
|
136
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould use correct prefix format (uppercase with underscores)
|
|
137
|
-
[22m[39mπ Generating cryptographic identity...
|
|
138
|
-
|
|
139
|
-
[32mβ[39m src/__tests__/helpers/generate-config.test.ts [2m([22m[2m25 tests[22m[2m)[22m[33m 4905[2mms[22m[39m
|
|
140
|
-
[33m[2mβ[22m[39m should generate xmcp.config.ts with default values [33m 801[2mms[22m[39m
|
|
141
|
-
[33m[2mβ[22m[39m should generate config with STDIO transport when specified [33m 326[2mms[22m[39m
|
|
142
|
-
[33m[2mβ[22m[39m should generate config without identity when skipIdentity is true [33m 547[2mms[22m[39m
|
|
143
|
-
[33m[2mβ[22m[39m should use default tools path [33m 530[2mms[22m[39m
|
|
144
|
-
[33m[2mβ[22m[39m should generate runtime config with default values [33m 1181[2mms[22m[39m
|
|
145
|
-
[33m[2mβ[22m[39m should create valid TypeScript config file [33m 508[2mms[22m[39m
|
|
146
|
-
[90mstderr[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
147
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
148
|
-
[22m[39mInvalid project name:
|
|
149
|
-
- bad
|
|
150
|
-
[22m[39m
|
|
151
|
-
create-mcpi-app@1.9.12
|
|
90
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
152
91
|
|
|
92
|
+
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
153
93
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
Enhanced with identity features by MCP-I
|
|
158
|
-
|
|
159
|
-
BANNER
|
|
160
|
-
|
|
161
|
-
Enhanced with identity features by MCP-I
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
165
|
-
[22m[39m
|
|
166
|
-
Next Steps:
|
|
167
|
-
1. Initialize identity:
|
|
168
|
-
cd bad-app
|
|
169
|
-
npm run init
|
|
170
|
-
|
|
171
|
-
2. Start development server:
|
|
172
|
-
npm run dev
|
|
173
|
-
|
|
174
|
-
3. Deploy when ready:
|
|
175
|
-
npm run start
|
|
94
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
95
|
+
π Generating cryptographic identity...
|
|
176
96
|
|
|
177
|
-
|
|
178
|
-
|
|
97
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
98
|
+
β Created Cloudflare MCP-I template files
|
|
179
99
|
- Generated identity keys in .dev.vars
|
|
180
100
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
181
101
|
- Created modular tool structure
|
|
@@ -197,14 +117,21 @@ Next Steps:
|
|
|
197
117
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
198
118
|
|
|
199
119
|
π Next Steps:
|
|
200
|
-
cd test-project
|
|
120
|
+
cd test-project
|
|
201
121
|
wrangler login # Login to Cloudflare first!
|
|
202
122
|
npm run dev # Start local development
|
|
203
123
|
npm run deploy # Deploy (KV auto-created!)
|
|
204
124
|
|
|
205
125
|
|
|
206
|
-
|
|
207
|
-
|
|
126
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
127
|
+
|
|
128
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-env...
|
|
129
|
+
|
|
130
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
131
|
+
π Generating cryptographic identity...
|
|
132
|
+
|
|
133
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
134
|
+
β Created Cloudflare MCP-I template files
|
|
208
135
|
- Generated identity keys in .dev.vars
|
|
209
136
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
210
137
|
- Created modular tool structure
|
|
@@ -226,95 +153,18 @@ Next Steps:
|
|
|
226
153
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
227
154
|
|
|
228
155
|
π Next Steps:
|
|
229
|
-
cd
|
|
156
|
+
cd test-project-env
|
|
230
157
|
wrangler login # Login to Cloudflare first!
|
|
231
158
|
npm run dev # Start local development
|
|
232
159
|
npm run deploy # Deploy (KV auto-created!)
|
|
233
160
|
|
|
234
161
|
|
|
235
|
-
|
|
236
|
-
[22m[39m
|
|
237
|
-
create-mcpi-app@1.9.12
|
|
238
|
-
|
|
239
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mhonors package manager and version flags
|
|
240
|
-
[22m[39mBANNER
|
|
162
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
241
163
|
|
|
242
|
-
Enhanced with identity features by MCP-I
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mhonors package manager and version flags
|
|
246
|
-
[22m[39m
|
|
247
|
-
Next Steps:
|
|
248
|
-
1. Install dependencies:
|
|
249
|
-
cd pnpm-agent
|
|
250
|
-
pnpm install
|
|
251
|
-
|
|
252
|
-
2. Initialize identity:
|
|
253
|
-
pnpm init
|
|
254
|
-
|
|
255
|
-
3. Start development server:
|
|
256
|
-
pnpm dev
|
|
257
|
-
|
|
258
|
-
4. Deploy when ready:
|
|
259
|
-
pnpm start
|
|
260
|
-
|
|
261
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
262
|
-
[22m[39m
|
|
263
|
-
create-mcpi-app@1.9.12
|
|
264
|
-
|
|
265
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
266
|
-
[22m[39mBANNER
|
|
267
|
-
|
|
268
|
-
Enhanced with identity features by MCP-I
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
272
|
-
[22m[39m
|
|
273
|
-
Creating a new xmcp app in /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
277
|
-
[22m[39m
|
|
278
164
|
ποΈ Generating Cloudflare MCP-I project: test-project-with-id...
|
|
279
165
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
Next Steps:
|
|
283
|
-
1. Install dependencies:
|
|
284
|
-
cd interactive-app
|
|
285
|
-
pnpm install
|
|
286
|
-
|
|
287
|
-
2. Start development server:
|
|
288
|
-
pnpm dev
|
|
289
|
-
|
|
290
|
-
3. Deploy when ready:
|
|
291
|
-
pnpm start
|
|
292
|
-
|
|
293
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
294
|
-
[22m[39mπ Generating cryptographic identity...
|
|
295
|
-
|
|
296
|
-
[31mβ―[39m src/__tests__/cli-runner.test.ts [2m([22m[2m4 tests[22m[2m | [22m[31m2 failed[39m[2m)[22m[33m 11065[2mms[22m[39m
|
|
297
|
-
[31m [31mΓ[31m passes CLI flags to createProject when using --yes[39m[33m 5089[2mms[22m[39m
|
|
298
|
-
[31m [31mΓ[31m exits when project name validation fails[39m[33m 5401[2mms[22m[39m
|
|
299
|
-
[32mβ[39m honors package manager and version flags[32m 64[2mms[22m[39m
|
|
300
|
-
[33m[2mβ[22m[39m prompts for package manager and transports when --yes is not set [33m 503[2mms[22m[39m
|
|
301
|
-
[32mβ[39m src/__tests__/helpers/validate-project-structure.test.ts [2m([22m[2m23 tests[22m[2m)[22m[33m 4229[2mms[22m[39m
|
|
302
|
-
[33m[2mβ[22m[39m should validate identity-enabled project structure correctly [33m 540[2mms[22m[39m
|
|
303
|
-
[33m[2mβ[22m[39m should validate vanilla project structure correctly [33m 681[2mms[22m[39m
|
|
304
|
-
[33m[2mβ[22m[39m should detect missing package.json [33m 694[2mms[22m[39m
|
|
305
|
-
[33m[2mβ[22m[39m should detect missing xmcp.config.ts file [33m 315[2mms[22m[39m
|
|
306
|
-
[33m[2mβ[22m[39m should validate all required files exist [33m 501[2mms[22m[39m
|
|
307
|
-
[33m[2mβ[22m[39m should include file path in error messages [33m 417[2mms[22m[39m
|
|
308
|
-
[33m[2mβ[22m[39m should detect npm lockfile [33m 360[2mms[22m[39m
|
|
309
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include comment explaining envPrefix purpose
|
|
310
|
-
[22m[39m
|
|
311
|
-
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
312
|
-
|
|
313
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include comment explaining envPrefix purpose
|
|
314
|
-
[22m[39mπ Generating cryptographic identity...
|
|
315
|
-
|
|
316
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
317
|
-
[22m[39mβ Created Cloudflare MCP-I template files
|
|
166
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
|
|
167
|
+
β Created Cloudflare MCP-I template files
|
|
318
168
|
- Generated identity keys in .dev.vars
|
|
319
169
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
320
170
|
- Created modular tool structure
|
|
@@ -336,21 +186,24 @@ Next Steps:
|
|
|
336
186
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
337
187
|
|
|
338
188
|
π Next Steps:
|
|
339
|
-
cd test-
|
|
189
|
+
cd test-agent
|
|
340
190
|
wrangler login # Login to Cloudflare first!
|
|
341
191
|
npm run dev # Start local development
|
|
342
192
|
npm run deploy # Deploy (KV auto-created!)
|
|
343
193
|
|
|
344
194
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
195
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
196
|
+
|
|
197
|
+
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
198
|
+
|
|
199
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
200
|
+
π Generating cryptographic identity...
|
|
201
|
+
|
|
202
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
203
|
+
π Generating cryptographic identity...
|
|
204
|
+
|
|
205
|
+
stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
|
|
206
|
+
β Created Cloudflare MCP-I template files
|
|
354
207
|
- Generated identity keys in .dev.vars
|
|
355
208
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
356
209
|
- Created modular tool structure
|
|
@@ -378,22 +231,8 @@ Next Steps:
|
|
|
378
231
|
npm run deploy # Deploy (KV auto-created!)
|
|
379
232
|
|
|
380
233
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
ποΈ Generating Cloudflare MCP-I project: test-project-no-id...
|
|
384
|
-
|
|
385
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
386
|
-
[22m[39mπ Generating cryptographic identity...
|
|
387
|
-
|
|
388
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould match envPrefix with KV binding names in wrangler.toml
|
|
389
|
-
[22m[39m
|
|
390
|
-
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
391
|
-
|
|
392
|
-
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould match envPrefix with KV binding names in wrangler.toml
|
|
393
|
-
[22m[39mπ Generating cryptographic identity...
|
|
394
|
-
|
|
395
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
396
|
-
[22m[39mβ Created Cloudflare MCP-I template files
|
|
234
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
235
|
+
β Created Cloudflare MCP-I template files
|
|
397
236
|
- Generated identity keys in .dev.vars
|
|
398
237
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
399
238
|
- Created modular tool structure
|
|
@@ -415,14 +254,23 @@ Next Steps:
|
|
|
415
254
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
416
255
|
|
|
417
256
|
π Next Steps:
|
|
418
|
-
cd test-project-
|
|
257
|
+
cd test-project-with-id
|
|
419
258
|
wrangler login # Login to Cloudflare first!
|
|
420
259
|
npm run dev # Start local development
|
|
421
260
|
npm run deploy # Deploy (KV auto-created!)
|
|
422
261
|
|
|
423
262
|
|
|
424
|
-
|
|
425
|
-
|
|
263
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
264
|
+
|
|
265
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-no-id...
|
|
266
|
+
|
|
267
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
268
|
+
π Generating cryptographic identity...
|
|
269
|
+
|
|
270
|
+
β src/__tests__/scaffolder-envprefix.test.ts (4 tests) 796ms
|
|
271
|
+
β should include envPrefix in generated index.ts 424ms
|
|
272
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
273
|
+
β Created Cloudflare MCP-I template files
|
|
426
274
|
- Generated identity keys in .dev.vars
|
|
427
275
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
428
276
|
- Created modular tool structure
|
|
@@ -444,35 +292,22 @@ Next Steps:
|
|
|
444
292
|
- Wrangler updates wrangler.toml with namespace IDs
|
|
445
293
|
|
|
446
294
|
π Next Steps:
|
|
447
|
-
cd test-
|
|
295
|
+
cd test-project-no-id
|
|
448
296
|
wrangler login # Login to Cloudflare first!
|
|
449
297
|
npm run dev # Start local development
|
|
450
298
|
npm run deploy # Deploy (KV auto-created!)
|
|
451
299
|
|
|
452
300
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
[33m[2mβ[22m[39m should use correct prefix format (uppercase with underscores) [33m 1413[2mms[22m[39m
|
|
456
|
-
[33m[2mβ[22m[39m should include comment explaining envPrefix purpose [33m 2007[2mms[22m[39m
|
|
457
|
-
[33m[2mβ[22m[39m should match envPrefix with KV binding names in wrangler.toml [33m 1073[2mms[22m[39m
|
|
458
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mRuntime Config Includes projectId[2m > [22m[2mshould pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
459
|
-
[22m[39m
|
|
301
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
302
|
+
|
|
460
303
|
ποΈ Generating Cloudflare MCP-I project: test-project-runtime...
|
|
461
304
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
[33m[2mβ[22m[39m should create Cloudflare verifier project [33m 331[2mms[22m[39m
|
|
469
|
-
[33m[2mβ[22m[39m should generate identity for Node.js project when not skipped [33m 573[2mms[22m[39m
|
|
470
|
-
[33m[2mβ[22m[39m should add vercel.json when deployToVercel is true [33m 583[2mms[22m[39m
|
|
471
|
-
[33m[2mβ[22m[39m should rename _gitignore to .gitignore [33m 458[2mms[22m[39m
|
|
472
|
-
[33m[2mβ[22m[39m should pass apikey to Cloudflare template [33m 767[2mms[22m[39m
|
|
473
|
-
[33m[2mβ[22m[39m should pass projectId to Cloudflare template [33m 754[2mms[22m[39m
|
|
474
|
-
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mRuntime Config Includes projectId[2m > [22m[2mshould pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
475
|
-
[22m[39mβ Created Cloudflare MCP-I template files
|
|
305
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
306
|
+
π Generating cryptographic identity...
|
|
307
|
+
|
|
308
|
+
β src/__tests__/helpers/identity-manager.test.ts (16 tests) 40ms
|
|
309
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
310
|
+
β Created Cloudflare MCP-I template files
|
|
476
311
|
- Generated identity keys in .dev.vars
|
|
477
312
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
478
313
|
- Created modular tool structure
|
|
@@ -500,43 +335,110 @@ Next Steps:
|
|
|
500
335
|
npm run deploy # Deploy (KV auto-created!)
|
|
501
336
|
|
|
502
337
|
|
|
503
|
-
|
|
504
|
-
|
|
338
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
|
|
339
|
+
|
|
505
340
|
ποΈ Generating Cloudflare MCP-I project: test-project-no-workspace...
|
|
506
341
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
[32mβ[39m src/__tests__/wrangler-v4-compatibility.test.ts [2m([22m[2m11 tests[22m[2m)[22m[33m 8663[2mms[22m[39m
|
|
511
|
-
[33m[2mβ[22m[39m should use Wrangler v4.x in package.json [33m 2295[2mms[22m[39m
|
|
512
|
-
[33m[2mβ[22m[39m should use modern compatibility_flags in wrangler.toml (not deprecated node_compat) [33m 686[2mms[22m[39m
|
|
513
|
-
[33m[2mβ[22m[39m should use updated @cloudflare/workers-types [33m 1315[2mms[22m[39m
|
|
514
|
-
[33m[2mβ[22m[39m should use compatible @cloudflare/vitest-pool-workers version [33m 1270[2mms[22m[39m
|
|
515
|
-
[33m[2mβ[22m[39m should use a valid compatibility_date (not a future date) [33m 916[2mms[22m[39m
|
|
516
|
-
[33m[2mβ[22m[39m should include all required scripts for Wrangler v4 [33m 724[2mms[22m[39m
|
|
517
|
-
[33m[2mβ[22m[39m MCPI template should not use any deprecated Wrangler v3 features [33m 1116[2mms[22m[39m
|
|
518
|
-
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with npm
|
|
519
|
-
[22m[39m
|
|
520
|
-
π¦ Installing dependencies with npm...
|
|
521
|
-
β Lockfile created (package-lock.json) - remember to commit it
|
|
342
|
+
stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
|
|
343
|
+
[Session] Created session: secure-session
|
|
522
344
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
β Lockfile created (yarn.lock) - remember to commit it
|
|
345
|
+
β test-cloudflare/tests/session-management.test.ts (17 tests) 17ms
|
|
346
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
|
|
347
|
+
π Generating cryptographic identity...
|
|
527
348
|
|
|
528
|
-
|
|
529
|
-
[22m[39m
|
|
530
|
-
π¦ Installing dependencies with pnpm...
|
|
531
|
-
β Lockfile created (pnpm-lock.yaml) - remember to commit it
|
|
349
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
|
|
532
350
|
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
351
|
+
create-mcpi-app@1.9.20
|
|
352
|
+
|
|
353
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
|
|
354
|
+
BANNER
|
|
355
|
+
|
|
356
|
+
Enhanced with identity features by MCP-I
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
|
|
360
|
+
|
|
361
|
+
Next Steps:
|
|
362
|
+
1. Install dependencies:
|
|
363
|
+
cd my-agent
|
|
364
|
+
npm install
|
|
365
|
+
|
|
366
|
+
2. Start development server:
|
|
367
|
+
npm run dev
|
|
368
|
+
|
|
369
|
+
3. Deploy when ready:
|
|
370
|
+
npm run start
|
|
537
371
|
|
|
538
|
-
|
|
539
|
-
|
|
372
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
|
|
373
|
+
|
|
374
|
+
create-mcpi-app@1.9.20
|
|
375
|
+
|
|
376
|
+
stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
|
|
377
|
+
Invalid project name:
|
|
378
|
+
- bad
|
|
379
|
+
|
|
380
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
|
|
381
|
+
BANNER
|
|
382
|
+
|
|
383
|
+
Enhanced with identity features by MCP-I
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
|
|
387
|
+
|
|
388
|
+
create-mcpi-app@1.9.20
|
|
389
|
+
|
|
390
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
|
|
391
|
+
BANNER
|
|
392
|
+
|
|
393
|
+
Enhanced with identity features by MCP-I
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
|
|
397
|
+
|
|
398
|
+
Next Steps:
|
|
399
|
+
1. Install dependencies:
|
|
400
|
+
cd pnpm-agent
|
|
401
|
+
pnpm install
|
|
402
|
+
|
|
403
|
+
2. Initialize identity:
|
|
404
|
+
pnpm init
|
|
405
|
+
|
|
406
|
+
3. Start development server:
|
|
407
|
+
pnpm dev
|
|
408
|
+
|
|
409
|
+
4. Deploy when ready:
|
|
410
|
+
pnpm start
|
|
411
|
+
|
|
412
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
|
|
413
|
+
|
|
414
|
+
create-mcpi-app@1.9.20
|
|
415
|
+
|
|
416
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
|
|
417
|
+
BANNER
|
|
418
|
+
|
|
419
|
+
Enhanced with identity features by MCP-I
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
|
|
423
|
+
|
|
424
|
+
Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
|
|
428
|
+
|
|
429
|
+
Next Steps:
|
|
430
|
+
1. Install dependencies:
|
|
431
|
+
cd interactive-app
|
|
432
|
+
pnpm install
|
|
433
|
+
|
|
434
|
+
2. Start development server:
|
|
435
|
+
pnpm dev
|
|
436
|
+
|
|
437
|
+
3. Deploy when ready:
|
|
438
|
+
pnpm start
|
|
439
|
+
|
|
440
|
+
stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
|
|
441
|
+
β Created Cloudflare MCP-I template files
|
|
540
442
|
- Generated identity keys in .dev.vars
|
|
541
443
|
- Configured wrangler.toml with KV namespaces (auto-provisioned)
|
|
542
444
|
- Created modular tool structure
|
|
@@ -564,223 +466,121 @@ Next Steps:
|
|
|
564
466
|
npm run deploy # Deploy (KV auto-created!)
|
|
565
467
|
|
|
566
468
|
|
|
567
|
-
|
|
568
|
-
|
|
469
|
+
β src/__tests__/cli-runner.test.ts (4 tests) 1178ms
|
|
470
|
+
β passes CLI flags to createProject when using --yes 1042ms
|
|
471
|
+
β test-cloudflare/tests/do-routing.test.ts (14 tests) 706ms
|
|
472
|
+
β session routing should have O(1) complexity 520ms
|
|
473
|
+
β src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 96ms
|
|
474
|
+
β src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 967ms
|
|
475
|
+
β should scaffold with correct @kya-os/mcp-i-cloudflare version 355ms
|
|
476
|
+
β should not include workspace: references in scaffolded package.json 349ms
|
|
477
|
+
β src/__tests__/helpers/generate-config.test.ts (25 tests) 377ms
|
|
478
|
+
β src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 918ms
|
|
479
|
+
β should enhance existing tools when tools directory exists with files 315ms
|
|
480
|
+
β should throw error when package.json does not exist 388ms
|
|
481
|
+
β src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 726ms
|
|
482
|
+
β src/__tests__/index.test.ts (4 tests) 291ms
|
|
483
|
+
β src/__tests__/helpers/create.test.ts (13 tests) 659ms
|
|
484
|
+
β src/__tests__/helpers/copy-template.test.ts (11 tests) 71ms
|
|
485
|
+
β src/__tests__/helpers/get-package-versions.test.ts (6 tests) 335ms
|
|
486
|
+
β src/__tests__/utils/is-folder-empty.test.ts (21 tests) 127ms
|
|
487
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
|
|
488
|
+
|
|
489
|
+
π¦ Installing dependencies with npm...
|
|
490
|
+
β Lockfile created (package-lock.json) - remember to commit it
|
|
491
|
+
|
|
492
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
|
|
493
|
+
|
|
494
|
+
π¦ Installing dependencies with yarn...
|
|
495
|
+
β Lockfile created (yarn.lock) - remember to commit it
|
|
496
|
+
|
|
497
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
|
|
498
|
+
|
|
499
|
+
π¦ Installing dependencies with pnpm...
|
|
500
|
+
β Lockfile created (pnpm-lock.yaml) - remember to commit it
|
|
501
|
+
|
|
502
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
|
|
503
|
+
stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
|
|
569
504
|
|
|
570
|
-
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould throw error when installation fails
|
|
571
|
-
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mInstall progress reporting[2m > [22m[2mshould check for lockfile after installation
|
|
572
|
-
[22m[39m
|
|
573
505
|
π¦ Installing dependencies with npm...
|
|
574
|
-
|
|
506
|
+
β Lockfile created (package-lock.json) - remember to commit it
|
|
507
|
+
|
|
508
|
+
β οΈ Warning: No lockfile generated (pnpm-lock.yaml)
|
|
575
509
|
|
|
510
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
|
|
511
|
+
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
|
|
512
|
+
|
|
513
|
+
π¦ Installing dependencies with npm...
|
|
514
|
+
Failed to install dependencies with npm.
|
|
576
515
|
β Lockfile created (package-lock.json) - remember to commit it
|
|
577
516
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
517
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
|
|
518
|
+
|
|
519
|
+
|
|
581
520
|
π¦ Installing dependencies with npm...
|
|
582
521
|
|
|
583
|
-
|
|
584
|
-
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle network errors during installation
|
|
522
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
|
|
585
523
|
|
|
586
|
-
[22m[39m
|
|
587
|
-
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle permission errors during installation
|
|
588
524
|
π¦ Installing dependencies with npm...
|
|
589
525
|
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
526
|
+
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
|
|
527
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
|
|
528
|
+
|
|
593
529
|
π¦ Installing dependencies with npm...
|
|
530
|
+
Failed to install dependencies with npm.
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
|
|
534
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
|
|
535
|
+
Failed to install dependencies with npm.
|
|
594
536
|
|
|
595
537
|
|
|
596
|
-
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould log error message when installation fails
|
|
597
|
-
[22m[39m
|
|
598
538
|
π¦ Installing dependencies with npm...
|
|
599
539
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
[22m[39mβ οΈ Warning: Unknown package manager "unknown", cannot check lockfile
|
|
540
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
|
|
541
|
+
|
|
542
|
+
stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
|
|
604
543
|
π¦ Installing dependencies with unknown...
|
|
605
544
|
|
|
545
|
+
β οΈ Warning: Unknown package manager "unknown", cannot check lockfile
|
|
546
|
+
|
|
547
|
+
β src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 375ms
|
|
548
|
+
β src/__tests__/utils/validate-project-name.test.ts (29 tests) 58ms
|
|
549
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
|
|
606
550
|
|
|
607
|
-
[32mβ[39m src/__tests__/e2e/scaffolder-dependency-verification.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 10808[2mms[22m[39m
|
|
608
|
-
[33m[2mβ[22m[39m should scaffold with correct @kya-os/mcp-i-cloudflare version [33m 4012[2mms[22m[39m
|
|
609
|
-
[33m[2mβ[22m[39m should include AGENTSHIELD_PROJECT_ID in wrangler.toml template [33m 1640[2mms[22m[39m
|
|
610
|
-
[33m[2mβ[22m[39m should set AGENTSHIELD_PROJECT_ID when --project is provided [33m 1832[2mms[22m[39m
|
|
611
|
-
[33m[2mβ[22m[39m should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided [33m 1653[2mms[22m[39m
|
|
612
|
-
[33m[2mβ[22m[39m should pass AGENTSHIELD_PROJECT_ID to runtime config [33m 912[2mms[22m[39m
|
|
613
|
-
[33m[2mβ[22m[39m should use dynamic version for dependency and expectedVersion [33m 402[2mms[22m[39m
|
|
614
|
-
[33m[2mβ[22m[39m should not include workspace: references in scaffolded package.json [33m 354[2mms[22m[39m
|
|
615
|
-
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mLockfile validation[2m > [22m[2mshould warn when lockfile not created
|
|
616
|
-
[22m[39m
|
|
617
551
|
π¦ Installing dependencies with npm...
|
|
618
552
|
|
|
619
|
-
|
|
620
|
-
|
|
553
|
+
stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
|
|
554
|
+
|
|
621
555
|
π¦ Installing dependencies with custom...
|
|
622
556
|
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
(
|
|
652
|
-
|
|
653
|
-
[33m[2mβ[22m[39m should call cli-register endpoint with correct payload [33m 871[2mms[22m[39m
|
|
654
|
-
[32mβ[39m src/__tests__/helpers/identity-manager.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m 1241[2mms[22m[39m
|
|
655
|
-
[33m[2mβ[22m[39m should reset Cloudflare identity by removing variables from wrangler.toml [33m 381[2mms[22m[39m
|
|
656
|
-
[32mβ[39m src/helpers/__tests__/generate-cloudflare-files.spec.ts [2m([22m[2m28 tests[22m[2m)[22m[33m 872[2mms[22m[39m
|
|
657
|
-
[32mβ[39m src/__tests__/helpers/generate-cloudflare-files.test.ts [2m([22m[2m26 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 1685[2mms[22m[39m
|
|
658
|
-
[33m[2mβ[22m[39m should generate files that can be written to disk [33m 1405[2mms[22m[39m
|
|
659
|
-
[32mβ[39m src/__tests__/utils/check-node.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 981[2mms[22m[39m
|
|
660
|
-
[33m[2mβ[22m[39m should not exit for Node.js 20.x [33m 500[2mms[22m[39m
|
|
661
|
-
[33m[2mβ[22m[39m should exit for Node.js 16.x [33m 306[2mms[22m[39m
|
|
662
|
-
[90mstderr[2m | src/__tests__/helpers/fetch-xmcp-template.test.ts[2m > [22m[2mfetchXMCPTemplate[2m > [22m[2mfalls back to default when next channel is unavailable
|
|
663
|
-
[22m[39mβ οΈ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
|
|
664
|
-
|
|
665
|
-
[32mβ[39m src/__tests__/helpers/fetch-xmcp-template.test.ts [2m([22m[2m3 tests[22m[2m)[22m[33m 705[2mms[22m[39m
|
|
666
|
-
[33m[2mβ[22m[39m creates minimal XMCP template structure [33m 490[2mms[22m[39m
|
|
667
|
-
[32mβ[39m src/__tests__/utils/validate-project-name.test.ts [2m([22m[2m29 tests[22m[2m)[22m[33m 401[2mms[22m[39m
|
|
668
|
-
[32mβ[39m test-cloudflare/tests/cache-invalidation.test.ts [2m([22m[2m18 tests[22m[2m)[22m[33m 853[2mms[22m[39m
|
|
669
|
-
[32mβ[39m src/__tests__/helpers/rename.test.ts [2m([22m[2m6 tests[22m[2m)[22m[33m 979[2mms[22m[39m
|
|
670
|
-
[32mβ[39m src/__tests__/helpers/fetch-cloudflare-template.test.ts [2m([22m[2m4 tests[22m[2m)[22m[33m 675[2mms[22m[39m
|
|
671
|
-
[32mβ[39m src/__tests__/effects/index.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 95[2mms[22m[39m
|
|
672
|
-
[32mβ[39m test-cloudflare/tests/delegation.test.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 125[2mms[22m[39m
|
|
673
|
-
[32mβ[39m src/utils/__tests__/fetch-remote-config.test.ts [2m([22m[2m9 tests[22m[2m)[22m[33m 404[2mms[22m[39m
|
|
674
|
-
[32mβ[39m test-cloudflare/tests/cors-security.test.ts [2m([22m[2m29 tests[22m[2m)[22m[32m 62[2mms[22m[39m
|
|
675
|
-
[90mstderr[2m | src/helpers/__tests__/config-builder.spec.ts[2m > [22m[2mbuildConfigWithRemote[2m > [22m[2mshould fallback to local config when remote fetch fails
|
|
676
|
-
[22m[39m[RemoteConfig] Neither projectId nor agentDid provided
|
|
677
|
-
|
|
678
|
-
[32mβ[39m src/helpers/__tests__/config-builder.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 51[2mms[22m[39m
|
|
679
|
-
[32mβ[39m src/__tests__/cloudflare-template.test.ts [2m([22m[2m30 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 19811[2mms[22m[39m
|
|
680
|
-
[33m[2mβ[22m[39m should create all required files and directories [33m 4023[2mms[22m[39m
|
|
681
|
-
[33m[2mβ[22m[39m should create mcpi-runtime-config.ts with correct structure [33m 1249[2mms[22m[39m
|
|
682
|
-
[33m[2mβ[22m[39m should create index.ts with correct structure [33m 414[2mms[22m[39m
|
|
683
|
-
[33m[2mβ[22m[39m should export Durable Object class for Cloudflare Workers binding [33m 1879[2mms[22m[39m
|
|
684
|
-
[33m[2mβ[22m[39m should import Durable Object class from agent.ts [33m 889[2mms[22m[39m
|
|
685
|
-
[33m[2mβ[22m[39m should generate agent class with all required abstract methods [33m 694[2mms[22m[39m
|
|
686
|
-
[33m[2mβ[22m[39m should export Durable Object matching wrangler.toml class_name [33m 671[2mms[22m[39m
|
|
687
|
-
[33m[2mβ[22m[39m should include MCP_SERVER_URL placeholder in wrangler.toml [33m 557[2mms[22m[39m
|
|
688
|
-
[33m[2mβ[22m[39m should handle MCP_SERVER_URL configuration [33m 890[2mms[22m[39m
|
|
689
|
-
[33m[2mβ[22m[39m should use simplified agent class structure [33m 474[2mms[22m[39m
|
|
690
|
-
[33m[2mβ[22m[39m should include all required KV namespace bindings in wrangler.toml [33m 336[2mms[22m[39m
|
|
691
|
-
[33m[2mβ[22m[39m should create KV namespace creation scripts in package.json [33m 794[2mms[22m[39m
|
|
692
|
-
[33m[2mβ[22m[39m should not include setup script (Wrangler v4 auto-provisions) [33m 444[2mms[22m[39m
|
|
693
|
-
[33m[2mβ[22m[39m should include correct imports in runtime config [33m 533[2mms[22m[39m
|
|
694
|
-
[33m[2mβ[22m[39m should conditionally enable tool protection KV when API key provided [33m 635[2mms[22m[39m
|
|
695
|
-
[33m[2mβ[22m[39m should comment out tool protection KV when no API key provided [33m 422[2mms[22m[39m
|
|
696
|
-
[33m[2mβ[22m[39m should generate identity when skipIdentity is false [33m 1567[2mms[22m[39m
|
|
697
|
-
[33m[2mβ[22m[39m should skip identity generation when skipIdentity is true [33m 724[2mms[22m[39m
|
|
698
|
-
[33m[2mβ[22m[39m should include identity variables in wrangler.toml [33m 595[2mms[22m[39m
|
|
699
|
-
[33m[2mβ[22m[39m should handle invalid project names [33m 518[2mms[22m[39m
|
|
700
|
-
[33m[2mβ[22m[39m should use correct package manager in scripts [33m 313[2mms[22m[39m
|
|
701
|
-
[32mβ[39m src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [2m([22m[2m25 tests[22m[2m)[22m[33m 18453[2mms[22m[39m
|
|
702
|
-
[33m[2mβ[22m[39m should fetch and generate template successfully [33m 2305[2mms[22m[39m
|
|
703
|
-
[33m[2mβ[22m[39m should use default project name from path when not provided [33m 926[2mms[22m[39m
|
|
704
|
-
[33m[2mβ[22m[39m should handle different package managers [33m 3602[2mms[22m[39m
|
|
705
|
-
[33m[2mβ[22m[39m should generate template with correct project structure [33m 1192[2mms[22m[39m
|
|
706
|
-
[33m[2mβ[22m[39m should generate consistent template structure on multiple calls [33m 468[2mms[22m[39m
|
|
707
|
-
[33m[2mβ[22m[39m should handle template generation without overwriting existing files incorrectly [33m 713[2mms[22m[39m
|
|
708
|
-
[33m[2mβ[22m[39m should transform project name to valid class name [33m 781[2mms[22m[39m
|
|
709
|
-
[33m[2mβ[22m[39m should handle special characters in project name [33m 945[2mms[22m[39m
|
|
710
|
-
[33m[2mβ[22m[39m should handle numeric project names [33m 455[2mms[22m[39m
|
|
711
|
-
[33m[2mβ[22m[39m should handle project names with only dots [33m 443[2mms[22m[39m
|
|
712
|
-
[33m[2mβ[22m[39m should transform KV namespace bindings correctly [33m 802[2mms[22m[39m
|
|
713
|
-
[33m[2mβ[22m[39m should transform package.json scripts correctly [33m 700[2mms[22m[39m
|
|
714
|
-
[33m[2mβ[22m[39m should transform index.ts class name correctly [33m 1084[2mms[22m[39m
|
|
715
|
-
[33m[2mβ[22m[39m should include API key in .dev.vars when provided [33m 814[2mms[22m[39m
|
|
716
|
-
[33m[2mβ[22m[39m should handle missing API key gracefully [33m 648[2mms[22m[39m
|
|
717
|
-
[33m[2mβ[22m[39m should skip identity generation when skipIdentity is true [33m 706[2mms[22m[39m
|
|
718
|
-
[33m[2mβ[22m[39m should include valid JSON in KTA_REGISTRATION when registered [33m 405[2mms[22m[39m
|
|
719
|
-
|
|
720
|
-
[31mβ―β―β―β―β―β―β―[39m[1m[41m Failed Tests 4 [49m[22m[31mβ―β―β―β―β―β―β―[39m
|
|
721
|
-
|
|
722
|
-
[41m[1m FAIL [22m[49m src/__tests__/cli-runner.test.ts[2m > [22mrunCLI[2m > [22mpasses CLI flags to createProject when using --yes
|
|
723
|
-
[31m[1mError[22m: Test timed out in 5000ms.
|
|
724
|
-
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".[39m
|
|
725
|
-
[36m [2mβ―[22m src/__tests__/cli-runner.test.ts:[2m82:3[22m[39m
|
|
726
|
-
[90m 80| [39m }
|
|
727
|
-
[90m 81| [39m
|
|
728
|
-
[90m 82| [39m it("passes CLI flags to createProject when using --yes", async () =>β¦
|
|
729
|
-
[90m | [39m [31m^[39m
|
|
730
|
-
[90m 83| [39m mockCreateProject[33m.[39m[34mmockResolvedValue[39m({ success[33m:[39m [35mtrue[39m })[33m;[39m
|
|
731
|
-
[90m 84| [39m mockCreateKYAOSBanner[33m.[39m[34mmockResolvedValue[39m([32m"BANNER"[39m)[33m;[39m
|
|
732
|
-
|
|
733
|
-
[31m[2mβ―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―[1/4]β―[22m[39m
|
|
734
|
-
|
|
735
|
-
[41m[1m FAIL [22m[49m src/__tests__/cli-runner.test.ts[2m > [22mrunCLI[2m > [22mexits when project name validation fails
|
|
736
|
-
[31m[1mAssertionError[22m: promise resolved "undefined" instead of rejecting[39m
|
|
737
|
-
|
|
738
|
-
[32m- Expected:[39m
|
|
739
|
-
Error {
|
|
740
|
-
"message": "rejected promise",
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
[31m+ Received:[39m
|
|
744
|
-
undefined
|
|
745
|
-
|
|
746
|
-
[36m [2mβ―[22m src/__tests__/cli-runner.test.ts:[2m126:30[22m[39m
|
|
747
|
-
[90m124| [39m [35mconst[39m args [33m=[39m [[32m"node"[39m[33m,[39m [32m"create-mcpi-app"[39m[33m,[39m [32m"bad-app"[39m[33m,[39m [32m"--yes"[39m][33m;[39m
|
|
748
|
-
[90m125| [39m
|
|
749
|
-
[90m126| [39m [35mawait[39m [34mexpect[39m([34mrunCLI[39m(args))[33m.[39mrejects[33m.[39m[34mtoThrow[39m([32m"process.exit called"[39m)[33m;[39m
|
|
750
|
-
[90m | [39m [31m^[39m
|
|
751
|
-
[90m127| [39m [34mexpect[39m(mockCreateProject)[33m.[39mnot[33m.[39m[34mtoHaveBeenCalled[39m()[33m;[39m
|
|
752
|
-
[90m128| [39m })[33m;[39m
|
|
753
|
-
|
|
754
|
-
[31m[2mβ―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―[2/4]β―[22m[39m
|
|
755
|
-
|
|
756
|
-
[41m[1m FAIL [22m[49m test-cloudflare/tests/do-routing.test.ts[2m > [22mDurable Object Multi-Instance Routing[2m > [22mPerformance Characteristics[2m > [22msession routing should have O(1) complexity
|
|
757
|
-
[31m[1mAssertionError[22m: expected 2279.717041 to be less than 600[39m
|
|
758
|
-
[36m [2mβ―[22m test-cloudflare/tests/do-routing.test.ts:[2m229:24[22m[39m
|
|
759
|
-
[90m227| [39m
|
|
760
|
-
[90m228| [39m // Should complete 10k operations in < 600ms (relaxed for CI envβ¦
|
|
761
|
-
[90m229| [39m [34mexpect[39m(duration)[33m.[39m[34mtoBeLessThan[39m([34m600[39m)[33m;[39m
|
|
762
|
-
[90m | [39m [31m^[39m
|
|
763
|
-
[90m230| [39m })[33m;[39m
|
|
764
|
-
[90m231| [39m
|
|
765
|
-
|
|
766
|
-
[31m[2mβ―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―[3/4]β―[22m[39m
|
|
767
|
-
|
|
768
|
-
[41m[1m FAIL [22m[49m test-cloudflare/tests/do-routing.test.ts[2m > [22mDurable Object Multi-Instance Routing[2m > [22mPerformance Characteristics[2m > [22mshard routing should have O(n) complexity for hash
|
|
769
|
-
[31m[1mAssertionError[22m: expected 685.3002509999988 to be less than 500[39m
|
|
770
|
-
[36m [2mβ―[22m test-cloudflare/tests/do-routing.test.ts:[2m266:44[22m[39m
|
|
771
|
-
[90m264| [39m // Both operations should complete in reasonable time (< 500ms tβ¦
|
|
772
|
-
[90m265| [39m // Higher threshold accounts for CI environment variability and β¦
|
|
773
|
-
[90m266| [39m [34mexpect[39m(longDuration [33m+[39m shortDuration)[33m.[39m[34mtoBeLessThan[39m([34m500[39m)[33m;[39m
|
|
774
|
-
[90m | [39m [31m^[39m
|
|
775
|
-
[90m267| [39m })[33m;[39m
|
|
776
|
-
[90m268| [39m })[33m;[39m
|
|
777
|
-
|
|
778
|
-
[31m[2mβ―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―[4/4]β―[22m[39m
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
[2m Test Files [22m [1m[31m2 failed[39m[22m[2m | [22m[1m[32m32 passed[39m[22m[90m (34)[39m
|
|
782
|
-
[2m Tests [22m [1m[31m4 failed[39m[22m[2m | [22m[1m[32m497 passed[39m[22m[2m | [22m[33m3 skipped[39m[90m (504)[39m
|
|
783
|
-
[2m Start at [22m 19:08:38
|
|
784
|
-
[2m Duration [22m 36.47s[2m (transform 61.36s, setup 0ms, import 109.98s, tests 146.93s, environment 102ms)[22m
|
|
785
|
-
|
|
786
|
-
βELIFECYCLEβ Test failed. See above for more details.
|
|
557
|
+
β src/__tests__/helpers/kta-registration.test.ts (8 tests) 24ms
|
|
558
|
+
β src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 61ms
|
|
559
|
+
β src/__tests__/helpers/install.test.ts (21 tests) 264ms
|
|
560
|
+
β src/__tests__/helpers/rename.test.ts (6 tests) 134ms
|
|
561
|
+
β src/__tests__/helpers/generate-cloudflare-files.test.ts (26 tests | 1 skipped) 378ms
|
|
562
|
+
β src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 387ms
|
|
563
|
+
stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
|
|
564
|
+
[RemoteConfig] Neither projectId nor agentDid provided
|
|
565
|
+
|
|
566
|
+
β src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
|
|
567
|
+
β src/__tests__/effects/index.test.ts (5 tests) 3ms
|
|
568
|
+
β src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 2176ms
|
|
569
|
+
β should import Durable Object class from agent.ts 398ms
|
|
570
|
+
β should include MCP_SERVER_URL placeholder in wrangler.toml 378ms
|
|
571
|
+
β should create KV namespace creation scripts in package.json 388ms
|
|
572
|
+
β should skip identity generation when skipIdentity is true 342ms
|
|
573
|
+
β src/__tests__/utils/check-node.test.ts (7 tests) 22ms
|
|
574
|
+
β src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 7ms
|
|
575
|
+
β test-cloudflare/tests/delegation.test.ts (12 tests) 69ms
|
|
576
|
+
stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
|
|
577
|
+
β οΈ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
|
|
578
|
+
|
|
579
|
+
β test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
|
|
580
|
+
β src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 162ms
|
|
581
|
+
|
|
582
|
+
Test Files 34 passed (34)
|
|
583
|
+
Tests 501 passed | 3 skipped (504)
|
|
584
|
+
Start at 18:23:04
|
|
585
|
+
Duration 5.95s (transform 6.51s, setup 0ms, import 17.71s, tests 12.05s, environment 3ms)
|
|
586
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kya-os/create-mcpi-app",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.21",
|
|
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.7.17",
|
|
38
38
|
"@kya-os/mcp-i": "^1.7.10",
|
|
39
|
-
"@kya-os/mcp-i-cloudflare": "^1.7.
|
|
39
|
+
"@kya-os/mcp-i-cloudflare": "^1.7.25",
|
|
40
40
|
"base-x": "^5.0.0",
|
|
41
41
|
"chalk": "^4.1.2",
|
|
42
42
|
"commander": "^12.1.0",
|