@kya-os/create-mcpi-app 1.9.26 → 1.9.28

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.9.25 build /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.9.24 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -1,16 +1,15 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.9.25 test /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.9.24 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > vitest run
4
4
 
5
5
 
6
-  RUN  v4.0.14 /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
6
+  RUN  v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
7
7
 
8
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
9
+ [Session] Created session: secure-session
10
+
11
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 17ms
8
12
  ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 58ms
9
- (node:63782) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
10
- (Use `node --trace-warnings ...` to show where the warning was created)
11
- ✓ src/__tests__/index.test.ts (4 tests) 126ms
12
- ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 21ms
13
- ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 65ms
14
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
15
14
  
16
15
  🏗️ Generating Cloudflare MCP-I project: test-project...
@@ -18,19 +17,8 @@
18
17
  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
18
  🔑 Generating cryptographic identity...
20
19
 
21
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
22
- 
23
- 🏗️ Generating Cloudflare MCP-I project: test-agent...
24
-
25
- (node:63775) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
26
- (Use `node --trace-warnings ...` to show where the warning was created)
27
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
28
- 🔑 Generating cryptographic identity...
29
-
30
- (node:63783) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
31
- (Use `node --trace-warnings ...` to show where the warning was created)
32
- (node:63777) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
33
- (Use `node --trace-warnings ...` to show where the warning was created)
20
+ ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 43ms
21
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 50ms
34
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
35
23
  ✔ Created Cloudflare MCP-I template files
36
24
  - Generated identity keys in .dev.vars
@@ -60,8 +48,9 @@
60
48
  npm run deploy # Deploy (KV auto-created!)
61
49
 
62
50
 
63
- (node:63772) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
64
- (Use `node --trace-warnings ...` to show where the warning was created)
51
+ ✓ src/__tests__/index.test.ts (4 tests) 104ms
52
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 69ms
53
+ ✓ src/__tests__/helpers/generate-cloudflare-files.test.ts (26 tests | 1 skipped) 47ms
65
54
  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
66
55
  
67
56
  🏗️ Generating Cloudflare MCP-I project: test-project-env...
@@ -69,6 +58,99 @@
69
58
  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
70
59
  🔑 Generating cryptographic identity...
71
60
 
61
+ ✓ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 16ms
62
+ ✓ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 117ms
63
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
64
+ 
65
+ create-mcpi-app@1.9.24
66
+
67
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
68
+ BANNER
69
+
70
+ Enhanced with identity features by MCP-I
71
+
72
+
73
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
74
+ 
75
+ Next Steps:
76
+ 1. Install dependencies:
77
+ cd my-agent
78
+ npm install
79
+
80
+ 2. Start development server:
81
+ npm run dev
82
+
83
+ 3. Deploy when ready:
84
+ npm run start
85
+
86
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
87
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
88
+ Invalid project name:
89
+ 
90
+ - bad
91
+ create-mcpi-app@1.9.24
92
+
93
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
94
+ BANNER
95
+
96
+
97
+ Enhanced with identity features by MCP-I
98
+
99
+
100
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
101
+ 
102
+ create-mcpi-app@1.9.24
103
+
104
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
105
+ BANNER
106
+
107
+ Enhanced with identity features by MCP-I
108
+
109
+
110
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
111
+ 
112
+ Next Steps:
113
+ 1. Install dependencies:
114
+ cd pnpm-agent
115
+ pnpm install
116
+
117
+ 2. Initialize identity:
118
+ pnpm init
119
+
120
+ 3. Start development server:
121
+ pnpm dev
122
+
123
+ 4. Deploy when ready:
124
+ pnpm start
125
+
126
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
127
+ 
128
+ create-mcpi-app@1.9.24
129
+
130
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
131
+ BANNER
132
+
133
+ Enhanced with identity features by MCP-I
134
+
135
+
136
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
137
+ 
138
+ Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
139
+
140
+
141
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
142
+ 
143
+ Next Steps:
144
+ 1. Install dependencies:
145
+ cd interactive-app
146
+ pnpm install
147
+
148
+ 2. Start development server:
149
+ pnpm dev
150
+
151
+ 3. Deploy when ready:
152
+ pnpm start
153
+
72
154
  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
73
155
  ✔ Created Cloudflare MCP-I template files
74
156
  - Generated identity keys in .dev.vars
@@ -98,19 +180,18 @@
98
180
  npm run deploy # Deploy (KV auto-created!)
99
181
 
100
182
 
183
+ ✓ src/__tests__/cli-runner.test.ts (4 tests) 246ms
101
184
  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
102
185
  
103
186
  🏗️ Generating Cloudflare MCP-I project: test-project-with-id...
104
187
 
105
188
  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
106
- (node:63773) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
107
189
  🔑 Generating cryptographic identity...
108
190
 
109
191
  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
110
192
  ✔ Created Cloudflare MCP-I template files
111
193
  - Generated identity keys in .dev.vars
112
194
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
113
- (Use `node --trace-warnings ...` to show where the warning was created)
114
195
  - Created modular tool structure
115
196
 
116
197
  ============================================================
@@ -143,7 +224,7 @@
143
224
  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
144
225
  🔑 Generating cryptographic identity...
145
226
 
146
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
227
+ 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
147
228
  ✔ Created Cloudflare MCP-I template files
148
229
  - Generated identity keys in .dev.vars
149
230
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -166,22 +247,20 @@
166
247
  - Wrangler updates wrangler.toml with namespace IDs
167
248
 
168
249
  🚀 Next Steps:
169
- cd test-agent
250
+ cd test-project-no-id
170
251
  wrangler login # Login to Cloudflare first!
171
252
  npm run dev # Start local development
172
253
  npm run deploy # Deploy (KV auto-created!)
173
254
 
174
255
 
175
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
256
+ 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
257
  
177
- 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
258
+ 🏗️ Generating Cloudflare MCP-I project: test-project-runtime...
178
259
 
179
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
260
+ 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
180
261
  🔑 Generating cryptographic identity...
181
262
 
182
- ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 37ms
183
- ✓ src/__tests__/helpers/generate-cloudflare-files.test.ts (26 tests | 1 skipped) 57ms
184
- 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
263
+ 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
185
264
  ✔ Created Cloudflare MCP-I template files
186
265
  - Generated identity keys in .dev.vars
187
266
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -204,21 +283,20 @@
204
283
  - Wrangler updates wrangler.toml with namespace IDs
205
284
 
206
285
  🚀 Next Steps:
207
- cd test-project-no-id
286
+ cd test-project-runtime
208
287
  wrangler login # Login to Cloudflare first!
209
288
  npm run dev # Start local development
210
289
  npm run deploy # Deploy (KV auto-created!)
211
290
 
212
291
 
213
- 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
292
+ 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
293
  
215
- 🏗️ Generating Cloudflare MCP-I project: test-project-runtime...
294
+ 🏗️ Generating Cloudflare MCP-I project: test-project-no-workspace...
216
295
 
217
- 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
296
+ 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
218
297
  🔑 Generating cryptographic identity...
219
298
 
220
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 62ms
221
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
299
+ 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
222
300
  ✔ Created Cloudflare MCP-I template files
223
301
  - Generated identity keys in .dev.vars
224
302
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -241,20 +319,98 @@
241
319
  - Wrangler updates wrangler.toml with namespace IDs
242
320
 
243
321
  🚀 Next Steps:
244
- cd my-awesome-agent
322
+ cd test-project-no-workspace
245
323
  wrangler login # Login to Cloudflare first!
246
324
  npm run dev # Start local development
247
325
  npm run deploy # Deploy (KV auto-created!)
248
326
 
249
327
 
250
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
328
+ ✓ src/__tests__/helpers/kta-registration.test.ts (8 tests) 46ms
329
+ ✓ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 269ms
330
+ ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 57ms
331
+ ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 5ms
332
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
251
333
  
252
334
  🏗️ Generating Cloudflare MCP-I project: test-agent...
253
335
 
254
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
336
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
255
337
  🔑 Generating cryptographic identity...
256
338
 
257
- 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
339
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
340
+ 
341
+ 📦 Installing dependencies with npm...
342
+ ✓ Lockfile created (package-lock.json) - remember to commit it
343
+
344
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
345
+ 
346
+ 📦 Installing dependencies with yarn...
347
+ ✓ Lockfile created (yarn.lock) - remember to commit it
348
+
349
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
350
+ 
351
+ 📦 Installing dependencies with pnpm...
352
+ ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
353
+
354
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
355
+ 
356
+ 📦 Installing dependencies with npm...
357
+ ✓ Lockfile created (package-lock.json) - remember to commit it
358
+
359
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
360
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
361
+
362
+ stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
363
+ 
364
+ 📦 Installing dependencies with npm...
365
+ ✓ Lockfile created (package-lock.json) - remember to commit it
366
+
367
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
368
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
369
+ 
370
+ 📦 Installing dependencies with npm...
371
+ Failed to install dependencies with npm.
372
+
373
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
374
+ 
375
+ 📦 Installing dependencies with npm...
376
+
377
+
378
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
379
+ Failed to install dependencies with npm.
380
+
381
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
382
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
383
+ Failed to install dependencies with npm.
384
+
385
+ 
386
+ 📦 Installing dependencies with npm...
387
+
388
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 276ms
389
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
390
+ 
391
+ 📦 Installing dependencies with npm...
392
+
393
+ ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 416ms
394
+ ✓ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 624ms
395
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
396
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
397
+ 
398
+ 📦 Installing dependencies with unknown...
399
+
400
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
401
+
402
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 9ms
403
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
404
+ 
405
+ 📦 Installing dependencies with npm...
406
+
407
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
408
+ 
409
+ 📦 Installing dependencies with custom...
410
+
411
+ ✓ src/__tests__/helpers/install.test.ts (21 tests) 296ms
412
+ ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 49ms
413
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
258
414
  ✔ Created Cloudflare MCP-I template files
259
415
  - Generated identity keys in .dev.vars
260
416
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -277,20 +433,28 @@
277
433
  - Wrangler updates wrangler.toml with namespace IDs
278
434
 
279
435
  🚀 Next Steps:
280
- cd test-project-runtime
436
+ cd test-agent
281
437
  wrangler login # Login to Cloudflare first!
282
438
  npm run dev # Start local development
283
439
  npm run deploy # Deploy (KV auto-created!)
284
440
 
285
441
 
286
- 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
442
+ ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 40ms
443
+ ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 37ms
444
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
287
445
  
288
- 🏗️ Generating Cloudflare MCP-I project: test-project-no-workspace...
446
+ 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
289
447
 
290
- 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
448
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
291
449
  🔑 Generating cryptographic identity...
292
450
 
293
- 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
451
+ ✓ src/__tests__/helpers/create.test.ts (13 tests) 558ms
452
+ stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
453
+ ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
454
+
455
+ ✓ src/__tests__/utils/check-node.test.ts (7 tests) 17ms
456
+ ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 27ms
457
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
294
458
  ✔ Created Cloudflare MCP-I template files
295
459
  - Generated identity keys in .dev.vars
296
460
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -313,12 +477,19 @@
313
477
  - Wrangler updates wrangler.toml with namespace IDs
314
478
 
315
479
  🚀 Next Steps:
316
- cd test-project-no-workspace
480
+ cd my-awesome-agent
317
481
  wrangler login # Login to Cloudflare first!
318
482
  npm run dev # Start local development
319
483
  npm run deploy # Deploy (KV auto-created!)
320
484
 
321
485
 
486
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
487
+ 
488
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
489
+
490
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
491
+ 🔑 Generating cryptographic identity...
492
+
322
493
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
323
494
  ✔ Created Cloudflare MCP-I template files
324
495
  - Generated identity keys in .dev.vars
@@ -348,6 +519,9 @@
348
519
  npm run deploy # Deploy (KV auto-created!)
349
520
 
350
521
 
522
+ ✓ src/__tests__/helpers/rename.test.ts (6 tests) 12ms
523
+ ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
524
+ ✓ src/__tests__/effects/index.test.ts (5 tests) 3ms
351
525
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
352
526
  
353
527
  🏗️ Generating Cloudflare MCP-I project: test-agent...
@@ -355,6 +529,11 @@
355
529
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
356
530
  🔑 Generating cryptographic identity...
357
531
 
532
+ stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
533
+ [RemoteConfig] Neither projectId nor agentDid provided
534
+
535
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
536
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 5ms
358
537
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
359
538
  ✔ Created Cloudflare MCP-I template files
360
539
  - Generated identity keys in .dev.vars
@@ -384,207 +563,14 @@
384
563
  npm run deploy # Deploy (KV auto-created!)
385
564
 
386
565
 
387
- ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 88ms
388
- ✓ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 97ms
389
- ✓ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 161ms
390
- ✓ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 55ms
391
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
392
- 
393
- create-mcpi-app@1.9.25
394
-
395
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
396
- BANNER
397
-
398
- Enhanced with identity features by MCP-I
399
-
400
-
401
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
402
- 
403
- Next Steps:
404
- 1. Install dependencies:
405
- cd my-agent
406
- npm install
407
-
408
- 2. Start development server:
409
- npm run dev
410
-
411
- 3. Deploy when ready:
412
- npm run start
413
-
414
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
415
- 
416
- create-mcpi-app@1.9.25
417
-
418
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
419
- BANNER
420
-
421
- Enhanced with identity features by MCP-I
422
-
423
-
424
- stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
425
- Invalid project name:
426
- - bad
427
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
428
- 
429
-
430
- create-mcpi-app@1.9.25
431
-
432
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
433
- BANNER
434
-
435
- Enhanced with identity features by MCP-I
436
-
437
-
438
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
439
- 
440
- Next Steps:
441
- 1. Install dependencies:
442
- cd pnpm-agent
443
- pnpm install
444
-
445
- 2. Initialize identity:
446
- pnpm init
447
-
448
- 3. Start development server:
449
- pnpm dev
450
-
451
- 4. Deploy when ready:
452
- pnpm start
453
-
454
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
455
- 
456
- create-mcpi-app@1.9.25
457
-
458
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
459
- BANNER
460
-
461
- Enhanced with identity features by MCP-I
462
-
463
-
464
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
465
- 
466
- Creating a new xmcp app in /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
467
-
468
-
469
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
470
- 
471
- Next Steps:
472
- 1. Install dependencies:
473
- cd interactive-app
474
- pnpm install
475
-
476
- 2. Start development server:
477
- pnpm dev
478
-
479
- 3. Deploy when ready:
480
- pnpm start
481
-
482
- ✓ src/__tests__/cli-runner.test.ts (4 tests) 404ms
483
- ✓ passes CLI flags to createProject when using --yes  397ms
484
- ✓ src/__tests__/helpers/create.test.ts (13 tests) 60ms
485
- ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 21ms
486
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
487
- 
488
- 📦 Installing dependencies with npm...
489
- ✓ Lockfile created (package-lock.json) - remember to commit it
490
-
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
- 📦 Installing dependencies with npm...
504
- ✓ Lockfile created (package-lock.json) - remember to commit it
505
-
506
- stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
507
- 
508
- stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
509
- 📦 Installing dependencies with npm...
510
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
511
- ✓ Lockfile created (package-lock.json) - remember to commit it
512
-
513
-
514
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
515
- Failed to install dependencies with npm.
516
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
517
- 
518
- 📦 Installing dependencies with npm...
519
-
520
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
521
- 
522
-
523
- 📦 Installing dependencies with npm...
524
-
525
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
526
- Failed to install dependencies with npm.
527
-
528
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
529
- 
530
- 📦 Installing dependencies with npm...
531
-
532
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
533
- 
534
- 📦 Installing dependencies with npm...
535
-
536
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
537
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
538
- 
539
- 📦 Installing dependencies with unknown...
540
- Failed to install dependencies with npm.
541
-
542
-
543
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
544
- ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
545
-
546
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
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/kta-registration.test.ts (8 tests) 115ms
555
- ✓ src/__tests__/helpers/install.test.ts (21 tests) 28ms
556
- ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 17ms
557
- ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 17ms
558
- ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 395ms
559
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
560
- [Session] Created session: secure-session
561
-
562
- ✓ src/__tests__/utils/check-node.test.ts (7 tests) 16ms
563
- ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 150ms
564
- (node:63833) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
565
- (Use `node --trace-warnings ...` to show where the warning was created)
566
- ✓ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 42ms
567
- ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 619ms
568
- ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 22ms
569
- ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 27ms
570
- stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
571
- ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
572
-
573
- ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 22ms
574
- ✓ src/__tests__/helpers/rename.test.ts (6 tests) 11ms
575
566
  ✓ src/__tests__/utils/validate-project-name.test.ts (29 tests) 10ms
576
- ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 7ms
577
- ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
578
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 5ms
579
- stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
580
- [RemoteConfig] Neither projectId nor agentDid provided
581
-
582
- ✓ src/__tests__/effects/index.test.ts (5 tests) 4ms
583
- ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 8ms
584
- ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
567
+ ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 502ms
568
+ ✓ should include envPrefix in generated index.ts  361ms
569
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 876ms
570
+ ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 990ms
585
571
 
586
572
   Test Files  34 passed (34)
587
573
   Tests  501 passed | 3 skipped (504)
588
-  Start at  15:43:10
589
-  Duration  1.30s (transform 3.74s, setup 0ms, import 6.57s, tests 2.83s, environment 2ms)
574
+  Start at  17:41:58
575
+  Duration  1.44s (transform 1.83s, setup 0ms, import 3.71s, tests 5.90s, environment 3ms)
590
576
 
@@ -113,7 +113,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
113
113
  "@kya-os/mcp-i-cloudflare": mcpICloudflareVersion,
114
114
  "@modelcontextprotocol/sdk": "1.24.0",
115
115
  agents: "0.2.30",
116
- hono: "4.11.4",
116
+ hono: "4.11.7",
117
117
  },
118
118
  devDependencies: {
119
119
  "@cloudflare/vitest-pool-workers": "0.5.41",
@@ -99,7 +99,7 @@ export async function generateCloudflareProjectFiles(options) {
99
99
  "@kya-os/mcp-i-cloudflare": mcpICloudflareVersion,
100
100
  "@modelcontextprotocol/sdk": "1.24.0",
101
101
  agents: "0.2.30",
102
- hono: "4.11.4",
102
+ hono: "4.11.7",
103
103
  },
104
104
  devDependencies: {
105
105
  "@cloudflare/vitest-pool-workers": "^0.5.41",
@@ -67,7 +67,7 @@ export async function getPackageVersions() {
67
67
  cachedVersions = {
68
68
  "@kya-os/mcp-i": normalizeVersion(deps["@kya-os/mcp-i"] || "^1.7.12"),
69
69
  "@kya-os/cli": normalizeVersion(deps["@kya-os/cli"] || "^1.5.8"),
70
- "@kya-os/mcp-i-cloudflare": normalizeVersion(deps["@kya-os/mcp-i-cloudflare"] || "^1.7.67"),
70
+ "@kya-os/mcp-i-cloudflare": normalizeVersion(deps["@kya-os/mcp-i-cloudflare"] || "^1.7.70"),
71
71
  "@kya-os/contracts": normalizeVersion(deps["@kya-os/contracts"] || "^1.7.20"),
72
72
  };
73
73
  return cachedVersions;
@@ -78,7 +78,7 @@ export async function getPackageVersions() {
78
78
  return {
79
79
  "@kya-os/mcp-i": "^1.7.12",
80
80
  "@kya-os/cli": "^1.5.8",
81
- "@kya-os/mcp-i-cloudflare": "^1.7.67",
81
+ "@kya-os/mcp-i-cloudflare": "^1.7.70",
82
82
  "@kya-os/contracts": "^1.7.20",
83
83
  };
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.9.26",
3
+ "version": "1.9.28",
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.20",
38
38
  "@kya-os/mcp-i": "^1.7.12",
39
- "@kya-os/mcp-i-cloudflare": "^1.7.67",
39
+ "@kya-os/mcp-i-cloudflare": "^1.7.70",
40
40
  "base-x": "^5.0.0",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^12.1.0",
@@ -59,7 +59,7 @@
59
59
  "@types/semver": "^7.5.8",
60
60
  "@types/validate-npm-package-name": "^3.0.0",
61
61
  "@vitest/coverage-v8": "^4.0.5",
62
- "eslint": "^8.57.0",
62
+ "eslint": "^9.26.0",
63
63
  "typescript": "^5.5.3",
64
64
  "vitest": "^4.0.5"
65
65
  },