@kya-os/create-mcpi-app 1.9.7 → 1.9.9

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