@kya-os/create-mcpi-app 1.8.61 → 1.8.62

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.61 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.62 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -1,18 +1,19 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.8.55 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.61 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
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
8
+ āœ“ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 96ms
9
+ 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
9
10
 
10
- šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
11
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project...
11
12
 
12
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
13
+ 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
13
14
  šŸ”‘ Generating cryptographic identity...
14
15
 
15
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
16
+ 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
16
17
  āœ” Created Cloudflare MCP-I template files
17
18
  - Generated identity keys in .dev.vars
18
19
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -35,20 +36,28 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
35
36
  - Wrangler updates wrangler.toml with namespace IDs
36
37
 
37
38
  šŸš€ Next Steps:
38
- cd test-agent
39
+ cd test-project
39
40
  wrangler login # Login to Cloudflare first!
40
41
  npm run dev # Start local development
41
42
  npm run deploy # Deploy (KV auto-created!)
42
43
 
43
44
 
44
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
45
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
45
46
 
46
- šŸ—ļø Generating Cloudflare MCP-I project: my-awesome-agent...
47
+ šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
47
48
 
48
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
49
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
49
50
  šŸ”‘ Generating cryptographic identity...
50
51
 
51
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
52
+ 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
53
+
54
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project-env...
55
+
56
+ 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
57
+ šŸ”‘ Generating cryptographic identity...
58
+
59
+ āœ“ src/__tests__/helpers/generate-identity.test.ts (24 tests) 33ms
60
+ 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
52
61
  āœ” Created Cloudflare MCP-I template files
53
62
  - Generated identity keys in .dev.vars
54
63
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -71,20 +80,20 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
71
80
  - Wrangler updates wrangler.toml with namespace IDs
72
81
 
73
82
  šŸš€ Next Steps:
74
- cd my-awesome-agent
83
+ cd test-project-env
75
84
  wrangler login # Login to Cloudflare first!
76
85
  npm run dev # Start local development
77
86
  npm run deploy # Deploy (KV auto-created!)
78
87
 
79
88
 
80
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
89
+ 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
81
90
 
82
- šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
91
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project-with-id...
83
92
 
84
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
93
+ 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
85
94
  šŸ”‘ Generating cryptographic identity...
86
95
 
87
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
96
+ 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
88
97
  āœ” Created Cloudflare MCP-I template files
89
98
  - Generated identity keys in .dev.vars
90
99
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -107,20 +116,20 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
107
116
  - Wrangler updates wrangler.toml with namespace IDs
108
117
 
109
118
  šŸš€ Next Steps:
110
- cd test-agent
119
+ cd test-project-with-id
111
120
  wrangler login # Login to Cloudflare first!
112
121
  npm run dev # Start local development
113
122
  npm run deploy # Deploy (KV auto-created!)
114
123
 
115
124
 
116
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
125
+ 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
117
126
 
118
- šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
127
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project-no-id...
119
128
 
120
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
129
+ 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
121
130
  šŸ”‘ Generating cryptographic identity...
122
131
 
123
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
132
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
124
133
  āœ” Created Cloudflare MCP-I template files
125
134
  - Generated identity keys in .dev.vars
126
135
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -149,21 +158,14 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
149
158
  npm run deploy # Deploy (KV auto-created!)
150
159
 
151
160
 
152
- āœ“ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 359ms
153
- 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
161
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
154
162
 
155
- šŸ—ļø Generating Cloudflare MCP-I project: test-project...
163
+ šŸ—ļø Generating Cloudflare MCP-I project: my-awesome-agent...
156
164
 
157
- 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
165
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
158
166
  šŸ”‘ Generating cryptographic identity...
159
167
 
160
- āœ“ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 16ms
161
- āœ“ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 45ms
162
- āœ“ src/__tests__/helpers/identity-manager.test.ts (16 tests) 29ms
163
- āœ“ src/__tests__/index.test.ts (4 tests) 383ms
164
- āœ“ should load .env from package directory and current working directory 316ms
165
- āœ“ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 171ms
166
- 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
168
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
167
169
  āœ” Created Cloudflare MCP-I template files
168
170
  - Generated identity keys in .dev.vars
169
171
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -186,111 +188,20 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
186
188
  - Wrangler updates wrangler.toml with namespace IDs
187
189
 
188
190
  šŸš€ Next Steps:
189
- cd test-project
191
+ cd my-awesome-agent
190
192
  wrangler login # Login to Cloudflare first!
191
193
  npm run dev # Start local development
192
194
  npm run deploy # Deploy (KV auto-created!)
193
195
 
194
196
 
195
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
196
-
197
- create-mcpi-app@1.8.55
198
- stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
199
-
200
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
201
- BANNER
202
- Invalid project name:
203
- - bad
204
-
205
- Enhanced with identity features by MCP-I
206
-
207
-
208
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
209
-
210
-
211
- Next Steps:
212
- 1. Install dependencies:
213
- cd my-agent
214
- npm install
215
-
216
- 2. Start development server:
217
- npm run dev
218
-
219
- 3. Deploy when ready:
220
- npm run start
221
-
222
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
223
-
224
- create-mcpi-app@1.8.55
225
-
226
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
227
- BANNER
228
-
229
- Enhanced with identity features by MCP-I
230
-
231
-
232
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
233
-
234
- create-mcpi-app@1.8.55
235
-
236
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
237
- BANNER
238
-
239
- Enhanced with identity features by MCP-I
240
-
241
-
242
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
243
-
244
- Next Steps:
245
- 1. Install dependencies:
246
- cd pnpm-agent
247
- pnpm install
248
-
249
- 2. Initialize identity:
250
- pnpm init
251
-
252
- 3. Start development server:
253
- pnpm dev
254
-
255
- 4. Deploy when ready:
256
- pnpm start
257
-
258
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
259
-
260
- create-mcpi-app@1.8.55
261
-
262
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
263
- BANNER
264
-
265
- Enhanced with identity features by MCP-I
266
-
267
-
268
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
269
-
270
- Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
271
-
272
-
273
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
274
-
275
- Next Steps:
276
- 1. Install dependencies:
277
- cd interactive-app
278
- pnpm install
279
-
280
- 2. Start development server:
281
- pnpm dev
282
-
283
- 3. Deploy when ready:
284
- pnpm start
285
-
286
- 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
197
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
287
198
 
288
- šŸ—ļø Generating Cloudflare MCP-I project: test-project-env...
199
+ šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
289
200
 
290
- 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
201
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
291
202
  šŸ”‘ Generating cryptographic identity...
292
203
 
293
- 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
204
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
294
205
  āœ” Created Cloudflare MCP-I template files
295
206
  - Generated identity keys in .dev.vars
296
207
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -313,26 +224,20 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
313
224
  - Wrangler updates wrangler.toml with namespace IDs
314
225
 
315
226
  šŸš€ Next Steps:
316
- cd test-project-env
227
+ cd test-agent
317
228
  wrangler login # Login to Cloudflare first!
318
229
  npm run dev # Start local development
319
230
  npm run deploy # Deploy (KV auto-created!)
320
231
 
321
232
 
322
- āœ“ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 1466ms
323
- āœ“ should handle claimUrl with single quotes in KTA_REGISTRATION 319ms
324
- āœ“ src/__tests__/cli-runner.test.ts (4 tests) 1139ms
325
- āœ“ passes CLI flags to createProject when using --yes 1070ms
326
- 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
233
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
327
234
 
328
- šŸ—ļø Generating Cloudflare MCP-I project: test-project-with-id...
235
+ šŸ—ļø Generating Cloudflare MCP-I project: test-agent...
329
236
 
330
- 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
237
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
331
238
  šŸ”‘ Generating cryptographic identity...
332
239
 
333
- āœ“ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 512ms
334
- āœ“ MCPI template should not use any deprecated Wrangler v3 features 399ms
335
- 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
240
+ 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
336
241
  āœ” Created Cloudflare MCP-I template files
337
242
  - Generated identity keys in .dev.vars
338
243
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -355,20 +260,20 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
355
260
  - Wrangler updates wrangler.toml with namespace IDs
356
261
 
357
262
  šŸš€ Next Steps:
358
- cd test-project-with-id
263
+ cd test-project-no-id
359
264
  wrangler login # Login to Cloudflare first!
360
265
  npm run dev # Start local development
361
266
  npm run deploy # Deploy (KV auto-created!)
362
267
 
363
268
 
364
- 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
269
+ 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
365
270
 
366
- šŸ—ļø Generating Cloudflare MCP-I project: test-project-no-id...
271
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project-runtime...
367
272
 
368
- 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
+ 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
369
274
  šŸ”‘ Generating cryptographic identity...
370
275
 
371
- 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
276
+ 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
372
277
  āœ” Created Cloudflare MCP-I template files
373
278
  - Generated identity keys in .dev.vars
374
279
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -391,20 +296,21 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
391
296
  - Wrangler updates wrangler.toml with namespace IDs
392
297
 
393
298
  šŸš€ Next Steps:
394
- cd test-project-no-id
299
+ cd test-project-runtime
395
300
  wrangler login # Login to Cloudflare first!
396
301
  npm run dev # Start local development
397
302
  npm run deploy # Deploy (KV auto-created!)
398
303
 
399
304
 
400
- 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
305
+ 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
401
306
 
402
- šŸ—ļø Generating Cloudflare MCP-I project: test-project-runtime...
307
+ šŸ—ļø Generating Cloudflare MCP-I project: test-project-no-workspace...
403
308
 
404
- 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
309
+ 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
405
310
  šŸ”‘ Generating cryptographic identity...
406
311
 
407
- 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
312
+ āœ“ test-cloudflare/tests/do-routing.test.ts (14 tests) 102ms
313
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
408
314
  āœ” Created Cloudflare MCP-I template files
409
315
  - Generated identity keys in .dev.vars
410
316
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -427,21 +333,16 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
427
333
  - Wrangler updates wrangler.toml with namespace IDs
428
334
 
429
335
  šŸš€ Next Steps:
430
- cd test-project-runtime
336
+ cd test-agent
431
337
  wrangler login # Login to Cloudflare first!
432
338
  npm run dev # Start local development
433
339
  npm run deploy # Deploy (KV auto-created!)
434
340
 
435
341
 
436
- āœ“ src/__tests__/helpers/create.test.ts (13 tests) 374ms
437
- āœ“ src/__tests__/helpers/generate-config.test.ts (25 tests) 56ms
438
- 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
439
-
440
- šŸ—ļø Generating Cloudflare MCP-I project: test-project-no-workspace...
441
-
442
- 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
443
- šŸ”‘ Generating cryptographic identity...
444
-
342
+ āœ“ src/__tests__/index.test.ts (4 tests) 139ms
343
+ āœ“ src/__tests__/helpers/create.test.ts (13 tests) 76ms
344
+ āœ“ src/__tests__/helpers/generate-cloudflare-files.test.ts (24 tests | 1 skipped) 43ms
345
+ āœ“ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 98ms
445
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
446
347
  āœ” Created Cloudflare MCP-I template files
447
348
  - Generated identity keys in .dev.vars
@@ -471,15 +372,106 @@ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffold
471
372
  npm run deploy # Deploy (KV auto-created!)
472
373
 
473
374
 
474
- āœ“ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 808ms
475
- āœ“ should scaffold with correct @kya-os/mcp-i-cloudflare version 484ms
476
- āœ“ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 71ms
477
- āœ“ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 1109ms
478
- āœ“ should create tools directory and hello tool when tools directory does not exist 357ms
479
- āœ“ src/__tests__/helpers/generate-identity.test.ts (24 tests) 453ms
480
- āœ“ src/__tests__/helpers/generate-cloudflare-files.test.ts (24 tests | 1 skipped) 556ms
481
- āœ“ should generate files that can be written to disk 542ms
482
- āœ“ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 189ms
375
+ āœ“ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 110ms
376
+ āœ“ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 125ms
377
+ āœ“ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 197ms
378
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
379
+
380
+ create-mcpi-app@1.8.61
381
+
382
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
383
+ BANNER
384
+
385
+ Enhanced with identity features by MCP-I
386
+
387
+
388
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
389
+
390
+ Next Steps:
391
+ 1. Install dependencies:
392
+ cd my-agent
393
+ npm install
394
+
395
+ 2. Start development server:
396
+ npm run dev
397
+
398
+ 3. Deploy when ready:
399
+ npm run start
400
+
401
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
402
+
403
+ create-mcpi-app@1.8.61
404
+
405
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
406
+ Invalid project name:
407
+ - bad
408
+
409
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
410
+ BANNER
411
+
412
+ Enhanced with identity features by MCP-I
413
+
414
+
415
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
416
+
417
+ create-mcpi-app@1.8.61
418
+
419
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
420
+ BANNER
421
+
422
+ Enhanced with identity features by MCP-I
423
+
424
+
425
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
426
+
427
+ Next Steps:
428
+ 1. Install dependencies:
429
+ cd pnpm-agent
430
+ pnpm install
431
+
432
+ 2. Initialize identity:
433
+ pnpm init
434
+
435
+ 3. Start development server:
436
+ pnpm dev
437
+
438
+ 4. Deploy when ready:
439
+ pnpm start
440
+
441
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
442
+
443
+ create-mcpi-app@1.8.61
444
+
445
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
446
+ BANNER
447
+
448
+ Enhanced with identity features by MCP-I
449
+
450
+
451
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
452
+
453
+ Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
454
+
455
+
456
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
457
+
458
+ Next Steps:
459
+ 1. Install dependencies:
460
+ cd interactive-app
461
+ pnpm install
462
+
463
+ 2. Start development server:
464
+ pnpm dev
465
+
466
+ 3. Deploy when ready:
467
+ pnpm start
468
+
469
+ āœ“ src/__tests__/cli-runner.test.ts (4 tests) 338ms
470
+ āœ“ passes CLI flags to createProject when using --yes 331ms
471
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
472
+ [Session] Created session: secure-session
473
+
474
+ āœ“ test-cloudflare/tests/session-management.test.ts (17 tests) 22ms
483
475
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
484
476
 
485
477
  šŸ“¦ Installing dependencies with npm...
@@ -495,45 +487,44 @@ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installati
495
487
  šŸ“¦ Installing dependencies with pnpm...
496
488
  āœ“ Lockfile created (pnpm-lock.yaml) - remember to commit it
497
489
 
498
- āœ“ src/__tests__/utils/check-node.test.ts (7 tests) 31ms
490
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
499
491
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
492
+ āš ļø Warning: No lockfile generated (pnpm-lock.yaml)
500
493
 
501
494
  šŸ“¦ Installing dependencies with npm...
502
- āœ“ Lockfile created (package-lock.json) - remember to commit it
503
495
 
504
- stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
505
- āš ļø Warning: No lockfile generated (pnpm-lock.yaml)
496
+ āœ“ Lockfile created (package-lock.json) - remember to commit it
506
497
 
507
498
  stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
508
499
 
509
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
510
500
  šŸ“¦ Installing dependencies with npm...
511
501
  āœ“ Lockfile created (package-lock.json) - remember to commit it
512
502
 
503
+ āœ“ src/__tests__/helpers/kta-registration.test.ts (8 tests) 55ms
513
504
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
514
505
 
515
506
  šŸ“¦ Installing dependencies with npm...
516
507
 
508
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
509
+ Failed to install dependencies with npm.
510
+
517
511
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
518
512
 
519
513
  šŸ“¦ Installing dependencies with npm...
520
- Failed to install dependencies with npm.
521
514
 
515
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
522
516
 
523
517
  stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
524
518
  Failed to install dependencies with npm.
525
-
526
- āœ“ src/__tests__/helpers/kta-registration.test.ts (8 tests) 144ms
527
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
528
-
529
519
  šŸ“¦ Installing dependencies with npm...
530
520
 
531
521
  stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
522
+ Failed to install dependencies with npm.
523
+
524
+
532
525
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
533
526
 
534
527
  šŸ“¦ Installing dependencies with npm...
535
- Failed to install dependencies with npm.
536
-
537
528
 
538
529
  stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
539
530
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
@@ -546,38 +537,40 @@ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation >
546
537
 
547
538
  šŸ“¦ Installing dependencies with npm...
548
539
 
540
+ āœ“ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 34ms
549
541
  stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
550
542
 
551
543
  šŸ“¦ Installing dependencies with custom...
552
544
 
553
- āœ“ test-cloudflare/tests/do-routing.test.ts (14 tests) 406ms
554
- āœ“ src/__tests__/helpers/copy-template.test.ts (11 tests) 39ms
555
- āœ“ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 2034ms
556
- āœ“ should export Durable Object matching wrangler.toml class_name 368ms
557
- āœ“ src/__tests__/helpers/install.test.ts (21 tests) 156ms
558
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
559
- [Session] Created session: secure-session
560
-
561
- āœ“ test-cloudflare/tests/session-management.test.ts (17 tests) 86ms
562
- āœ“ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 112ms
545
+ āœ“ src/__tests__/helpers/install.test.ts (21 tests) 66ms
546
+ āœ“ src/__tests__/utils/check-node.test.ts (7 tests) 15ms
547
+ āœ“ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 102ms
548
+ āœ“ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 34ms
549
+ āœ“ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
550
+ āœ“ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 164ms
551
+ āœ“ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 509ms
552
+ āœ“ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 531ms
553
+ āœ“ src/__tests__/helpers/copy-template.test.ts (11 tests) 173ms
554
+ āœ“ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 23ms
555
+ āœ“ src/__tests__/helpers/generate-config.test.ts (25 tests) 201ms
556
+ āœ“ src/__tests__/helpers/identity-manager.test.ts (16 tests) 40ms
557
+ āœ“ src/__tests__/effects/index.test.ts (5 tests) 8ms
558
+ āœ“ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 5ms
563
559
  stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
564
560
  āš ļø dist-tag 'next' not available for xmcp, falling back to ^0.3.1
565
561
 
566
- āœ“ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 23ms
567
- āœ“ test-cloudflare/tests/cors-security.test.ts (29 tests) 6ms
568
- āœ“ test-cloudflare/tests/delegation.test.ts (12 tests) 6ms
569
- āœ“ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 10ms
562
+ āœ“ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 21ms
563
+ āœ“ src/__tests__/utils/validate-project-name.test.ts (29 tests) 38ms
570
564
  āœ“ src/__tests__/helpers/rename.test.ts (6 tests) 10ms
565
+ āœ“ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
566
+ āœ“ test-cloudflare/tests/delegation.test.ts (12 tests) 5ms
571
567
  stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
572
568
  [RemoteConfig] Neither projectId nor agentDid provided
573
569
 
574
- āœ“ src/helpers/__tests__/config-builder.spec.ts (12 tests) 5ms
575
- āœ“ src/__tests__/effects/index.test.ts (5 tests) 11ms
576
- āœ“ src/__tests__/utils/validate-project-name.test.ts (29 tests) 18ms
577
- āœ“ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 24ms
570
+ āœ“ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
578
571
 
579
572
  Test Files 34 passed (34)
580
573
  Tests 499 passed | 3 skipped (502)
581
- Start at 20:00:11
582
- Duration 4.52s (transform 7.64s, setup 0ms, import 15.84s, tests 10.86s, environment 3ms)
574
+ Start at 01:26:37
575
+ Duration 1.28s (transform 3.53s, setup 0ms, import 4.90s, tests 3.42s, environment 2ms)
583
576
 
@@ -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.58",
106
+ "@kya-os/mcp-i-cloudflare": "1.6.59",
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.58";
485
+ const expectedVersion = "1.6.59";
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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.61",
3
+ "version": "1.8.62",
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.58",
39
+ "@kya-os/mcp-i-cloudflare": "^1.6.59",
40
40
  "base-x": "^5.0.0",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^12.1.0",