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

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.26 build /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -1,37 +1,43 @@
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.26 test /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v4.0.14 /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
7
7
 
8
- ✓ 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
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
12
+ (node:69148) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
10
13
  (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
- 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
14
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
15
15
  
16
- 🏗️ Generating Cloudflare MCP-I project: test-project...
16
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
17
17
 
18
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
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
22
19
  
23
- 🏗️ Generating Cloudflare MCP-I project: test-agent...
20
+ 🏗️ Generating Cloudflare MCP-I project: test-project...
24
21
 
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
22
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
28
23
  🔑 Generating cryptographic identity...
29
24
 
30
- (node:63783) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
25
+ (node:69147) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
31
26
  (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
27
+ (node:69141) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
33
28
  (Use `node --trace-warnings ...` to show where the warning was created)
34
29
  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
30
+ (node:69139) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
31
+ 🔑 Generating cryptographic identity...
32
+
33
+ (Use `node --trace-warnings ...` to show where the warning was created)
34
+ (node:69146) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
35
+ (Use `node --trace-warnings ...` to show where the warning was created)
36
+ ✓ src/__tests__/helpers/kta-registration.test.ts (8 tests) 19ms
37
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 31ms
38
+ ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 54ms
39
+ ✓ src/__tests__/index.test.ts (4 tests) 99ms
40
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
35
41
  ✔ Created Cloudflare MCP-I template files
36
42
  - Generated identity keys in .dev.vars
37
43
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -54,22 +60,15 @@
54
60
  - Wrangler updates wrangler.toml with namespace IDs
55
61
 
56
62
  🚀 Next Steps:
57
- cd test-project
63
+ cd test-agent
58
64
  wrangler login # Login to Cloudflare first!
59
65
  npm run dev # Start local development
60
66
  npm run deploy # Deploy (KV auto-created!)
61
67
 
62
68
 
63
- (node:63772) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
69
+ (node:69152) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
64
70
  (Use `node --trace-warnings ...` to show where the warning was created)
65
- 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
- 
67
- 🏗️ Generating Cloudflare MCP-I project: test-project-env...
68
-
69
- 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
- 🔑 Generating cryptographic identity...
71
-
72
- 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
71
+ 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
73
72
  ✔ Created Cloudflare MCP-I template files
74
73
  - Generated identity keys in .dev.vars
75
74
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -92,25 +91,68 @@
92
91
  - Wrangler updates wrangler.toml with namespace IDs
93
92
 
94
93
  🚀 Next Steps:
95
- cd test-project-env
94
+ cd test-project
96
95
  wrangler login # Login to Cloudflare first!
97
96
  npm run dev # Start local development
98
97
  npm run deploy # Deploy (KV auto-created!)
99
98
 
100
99
 
101
- 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
100
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
102
101
  
103
- 🏗️ Generating Cloudflare MCP-I project: test-project-with-id...
102
+ 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
104
103
 
105
- 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
104
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
107
105
  🔑 Generating cryptographic identity...
108
106
 
109
- 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
107
+ 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
108
+ 
109
+ 🏗️ Generating Cloudflare MCP-I project: test-project-env...
110
+
111
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
112
+ 
113
+ create-mcpi-app@1.9.26
114
+
115
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
116
+ BANNER
117
+
118
+ Enhanced with identity features by MCP-I
119
+
120
+
121
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
122
+ 
123
+ Next Steps:
124
+ 1. Install dependencies:
125
+ cd my-agent
126
+ npm install
127
+
128
+ 2. Start development server:
129
+ npm run dev
130
+
131
+ 3. Deploy when ready:
132
+ npm run start
133
+
134
+ 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
135
+ 🔑 Generating cryptographic identity...
136
+
137
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
138
+ 
139
+ create-mcpi-app@1.9.26
140
+
141
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
142
+ BANNER
143
+
144
+ Enhanced with identity features by MCP-I
145
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
146
+ Invalid project name:
147
+
148
+
149
+ - bad
150
+
151
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 90ms
152
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
110
153
  ✔ Created Cloudflare MCP-I template files
111
154
  - Generated identity keys in .dev.vars
112
155
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
113
- (Use `node --trace-warnings ...` to show where the warning was created)
114
156
  - Created modular tool structure
115
157
 
116
158
  ============================================================
@@ -130,20 +172,68 @@
130
172
  - Wrangler updates wrangler.toml with namespace IDs
131
173
 
132
174
  🚀 Next Steps:
133
- cd test-project-with-id
175
+ cd my-awesome-agent
134
176
  wrangler login # Login to Cloudflare first!
135
177
  npm run dev # Start local development
136
178
  npm run deploy # Deploy (KV auto-created!)
137
179
 
138
180
 
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
181
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
140
182
  
141
- 🏗️ Generating Cloudflare MCP-I project: test-project-no-id...
183
+ create-mcpi-app@1.9.26
142
184
 
143
- 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
- 🔑 Generating cryptographic identity...
185
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
186
+ BANNER
145
187
 
146
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
188
+ Enhanced with identity features by MCP-I
189
+
190
+
191
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
192
+ 
193
+ Next Steps:
194
+ 1. Install dependencies:
195
+ cd pnpm-agent
196
+ pnpm install
197
+
198
+ 2. Initialize identity:
199
+ pnpm init
200
+
201
+ 3. Start development server:
202
+ pnpm dev
203
+
204
+ 4. Deploy when ready:
205
+ pnpm start
206
+
207
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
208
+ 
209
+ create-mcpi-app@1.9.26
210
+
211
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
212
+ BANNER
213
+
214
+ Enhanced with identity features by MCP-I
215
+
216
+
217
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
218
+ 
219
+ Creating a new xmcp app in /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
220
+
221
+
222
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
223
+ 
224
+ Next Steps:
225
+ 1. Install dependencies:
226
+ cd interactive-app
227
+ pnpm install
228
+
229
+ 2. Start development server:
230
+ pnpm dev
231
+
232
+ 3. Deploy when ready:
233
+ pnpm start
234
+
235
+ ✓ src/__tests__/cli-runner.test.ts (4 tests) 254ms
236
+ 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
147
237
  ✔ Created Cloudflare MCP-I template files
148
238
  - Generated identity keys in .dev.vars
149
239
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -166,22 +256,20 @@
166
256
  - Wrangler updates wrangler.toml with namespace IDs
167
257
 
168
258
  🚀 Next Steps:
169
- cd test-agent
259
+ cd test-project-env
170
260
  wrangler login # Login to Cloudflare first!
171
261
  npm run dev # Start local development
172
262
  npm run deploy # Deploy (KV auto-created!)
173
263
 
174
264
 
175
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
265
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
176
266
  
177
- 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
267
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
178
268
 
179
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
269
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
180
270
  🔑 Generating cryptographic identity...
181
271
 
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
272
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
185
273
  ✔ Created Cloudflare MCP-I template files
186
274
  - Generated identity keys in .dev.vars
187
275
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -204,21 +292,21 @@
204
292
  - Wrangler updates wrangler.toml with namespace IDs
205
293
 
206
294
  🚀 Next Steps:
207
- cd test-project-no-id
295
+ cd test-agent
208
296
  wrangler login # Login to Cloudflare first!
209
297
  npm run dev # Start local development
210
298
  npm run deploy # Deploy (KV auto-created!)
211
299
 
212
300
 
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
301
+ ✓ src/__tests__/helpers/generate-cloudflare-files.test.ts (26 tests | 1 skipped) 56ms
302
+ 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
214
303
  
215
- 🏗️ Generating Cloudflare MCP-I project: test-project-runtime...
304
+ 🏗️ Generating Cloudflare MCP-I project: test-project-with-id...
216
305
 
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
306
+ 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
218
307
  🔑 Generating cryptographic identity...
219
308
 
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)
309
+ 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
222
310
  ✔ Created Cloudflare MCP-I template files
223
311
  - Generated identity keys in .dev.vars
224
312
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -241,20 +329,27 @@
241
329
  - Wrangler updates wrangler.toml with namespace IDs
242
330
 
243
331
  🚀 Next Steps:
244
- cd my-awesome-agent
332
+ cd test-project-with-id
245
333
  wrangler login # Login to Cloudflare first!
246
334
  npm run dev # Start local development
247
335
  npm run deploy # Deploy (KV auto-created!)
248
336
 
249
337
 
250
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
338
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
251
339
  
252
340
  🏗️ Generating Cloudflare MCP-I project: test-agent...
253
341
 
254
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
342
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
255
343
  🔑 Generating cryptographic identity...
256
344
 
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
345
+ 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
346
+ 
347
+ 🏗️ Generating Cloudflare MCP-I project: test-project-no-id...
348
+
349
+ 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
350
+ 🔑 Generating cryptographic identity...
351
+
352
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
258
353
  ✔ Created Cloudflare MCP-I template files
259
354
  - Generated identity keys in .dev.vars
260
355
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -277,20 +372,13 @@
277
372
  - Wrangler updates wrangler.toml with namespace IDs
278
373
 
279
374
  🚀 Next Steps:
280
- cd test-project-runtime
375
+ cd test-agent
281
376
  wrangler login # Login to Cloudflare first!
282
377
  npm run dev # Start local development
283
378
  npm run deploy # Deploy (KV auto-created!)
284
379
 
285
380
 
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
287
- 
288
- 🏗️ Generating Cloudflare MCP-I project: test-project-no-workspace...
289
-
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
291
- 🔑 Generating cryptographic identity...
292
-
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
381
+ 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
294
382
  ✔ Created Cloudflare MCP-I template files
295
383
  - Generated identity keys in .dev.vars
296
384
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -313,13 +401,23 @@
313
401
  - Wrangler updates wrangler.toml with namespace IDs
314
402
 
315
403
  🚀 Next Steps:
316
- cd test-project-no-workspace
404
+ cd test-project-no-id
317
405
  wrangler login # Login to Cloudflare first!
318
406
  npm run dev # Start local development
319
407
  npm run deploy # Deploy (KV auto-created!)
320
408
 
321
409
 
322
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
410
+ ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 135ms
411
+ 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
412
+ 
413
+ 🏗️ Generating Cloudflare MCP-I project: test-project-runtime...
414
+
415
+ ✓ src/__tests__/helpers/create.test.ts (13 tests) 91ms
416
+ 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
417
+ 🔑 Generating cryptographic identity...
418
+
419
+ ✓ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 124ms
420
+ 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
323
421
  ✔ Created Cloudflare MCP-I template files
324
422
  - Generated identity keys in .dev.vars
325
423
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -342,20 +440,20 @@
342
440
  - Wrangler updates wrangler.toml with namespace IDs
343
441
 
344
442
  🚀 Next Steps:
345
- cd test-agent
443
+ cd test-project-runtime
346
444
  wrangler login # Login to Cloudflare first!
347
445
  npm run dev # Start local development
348
446
  npm run deploy # Deploy (KV auto-created!)
349
447
 
350
448
 
351
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
449
+ 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
352
450
  
353
- 🏗️ Generating Cloudflare MCP-I project: test-agent...
451
+ 🏗️ Generating Cloudflare MCP-I project: test-project-no-workspace...
354
452
 
355
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
453
+ 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
356
454
  🔑 Generating cryptographic identity...
357
455
 
358
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
456
+ 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
359
457
  ✔ Created Cloudflare MCP-I template files
360
458
  - Generated identity keys in .dev.vars
361
459
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
@@ -378,111 +476,21 @@
378
476
  - Wrangler updates wrangler.toml with namespace IDs
379
477
 
380
478
  🚀 Next Steps:
381
- cd test-agent
479
+ cd test-project-no-workspace
382
480
  wrangler login # Login to Cloudflare first!
383
481
  npm run dev # Start local development
384
482
  npm run deploy # Deploy (KV auto-created!)
385
483
 
386
484
 
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
485
+ ✓ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 195ms
486
+ (node:69206) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
487
+ (Use `node --trace-warnings ...` to show where the warning was created)
488
+ ✓ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 17ms
489
+ ✓ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 261ms
490
+ stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
491
+ ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
481
492
 
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
493
+ ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 12ms
486
494
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
487
495
  
488
496
  📦 Installing dependencies with npm...
@@ -493,6 +501,7 @@ Next Steps:
493
501
  📦 Installing dependencies with yarn...
494
502
  ✓ Lockfile created (yarn.lock) - remember to commit it
495
503
 
504
+ ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 68ms
496
505
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
497
506
  
498
507
  📦 Installing dependencies with pnpm...
@@ -507,25 +516,28 @@ Next Steps:
507
516
  
508
517
  stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
509
518
  📦 Installing dependencies with npm...
510
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
511
519
  ✓ Lockfile created (package-lock.json) - remember to commit it
512
520
 
521
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
522
+ 
523
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
513
524
 
514
525
  stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
515
526
  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
527
  📦 Installing dependencies with npm...
519
528
 
529
+
530
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
520
531
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
532
+ Failed to install dependencies with npm.
521
533
  
522
-
523
534
  📦 Installing dependencies with npm...
524
535
 
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
536
 
537
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
538
+ Failed to install dependencies with npm.
528
539
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
540
+
529
541
  
530
542
  📦 Installing dependencies with npm...
531
543
 
@@ -533,12 +545,9 @@ Next Steps:
533
545
  
534
546
  📦 Installing dependencies with npm...
535
547
 
536
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
537
548
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
538
549
  
539
550
  📦 Installing dependencies with unknown...
540
- Failed to install dependencies with npm.
541
-
542
551
 
543
552
  stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
544
553
  ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
@@ -547,44 +556,34 @@ Next Steps:
547
556
  
548
557
  📦 Installing dependencies with npm...
549
558
 
559
+ ✓ src/__tests__/utils/check-node.test.ts (7 tests) 11ms
550
560
  stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
551
561
  
552
562
  📦 Installing dependencies with custom...
553
563
 
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
564
+ ✓ src/__tests__/helpers/install.test.ts (21 tests) 101ms
557
565
  ✓ 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
- ✓ 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
566
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 338ms
567
+ ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 31ms
568
+ ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 142ms
569
+ ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 25ms
570
+ ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 54ms
571
+ ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 383ms
572
+ ✓ src/__tests__/helpers/rename.test.ts (6 tests) 18ms
573
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 75ms
574
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 6ms
575
+ ✓ src/__tests__/utils/validate-project-name.test.ts (29 tests) 8ms
578
576
  ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 5ms
577
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 145ms
579
578
  stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
580
579
  [RemoteConfig] Neither projectId nor agentDid provided
581
580
 
582
- ✓ src/__tests__/effects/index.test.ts (5 tests) 4ms
583
- ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 8ms
581
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
584
582
  ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
583
+ ✓ src/__tests__/effects/index.test.ts (5 tests) 5ms
585
584
 
586
585
   Test Files  34 passed (34)
587
586
   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)
587
+  Start at  17:37:49
588
+  Duration  1.14s (transform 2.66s, setup 0ms, import 3.99s, tests 2.90s, environment 2ms)
590
589
 
@@ -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.68"),
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.68",
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.27",
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.68",
40
40
  "base-x": "^5.0.0",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^12.1.0",