@kya-os/create-mcpi-app 1.8.54 → 1.8.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.8.52 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.55 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -1,28 +1,19 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.8.47 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.55 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/Documents/@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
- ✓ src/__tests__/index.test.ts (4 tests) 769ms
9
- ✓ should load .env from package directory and current working directory  648ms
10
- 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
11
- 
12
- 🏗️ Generating Cloudflare MCP-I project: test-project...
13
-
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
- 🔑 Generating cryptographic identity...
8
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
16
9
 
17
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
18
- 
19
10
  🏗️ Generating Cloudflare MCP-I project: test-agent...
20
11
 
21
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
22
- 🔑 Generating cryptographic identity...
12
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
13
+ 🔑 Generating cryptographic identity...
23
14
 
24
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
25
- ✔ Created Cloudflare MCP-I template files
15
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
16
+ ✔ Created Cloudflare MCP-I template files
26
17
  - Generated identity keys in .dev.vars
27
18
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
28
19
  - Created modular tool structure
@@ -50,8 +41,15 @@
50
41
  npm run deploy # Deploy (KV auto-created!)
51
42
 
52
43
 
53
- 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
54
- ✔ Created Cloudflare MCP-I template files
44
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
45
+
46
+ 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
47
+
48
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
49
+ 🔑 Generating cryptographic identity...
50
+
51
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
52
+ ✔ Created Cloudflare MCP-I template files
55
53
  - Generated identity keys in .dev.vars
56
54
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
57
55
  - Created modular tool structure
@@ -73,122 +71,21 @@
73
71
  - Wrangler updates wrangler.toml with namespace IDs
74
72
 
75
73
  🚀 Next Steps:
76
- cd test-project
74
+ cd my-awesome-agent
77
75
  wrangler login # Login to Cloudflare first!
78
76
  npm run dev # Start local development
79
77
  npm run deploy # Deploy (KV auto-created!)
80
78
 
81
79
 
82
- ✓ src/__tests__/helpers/generate-cloudflare-files.test.ts (24 tests | 1 skipped) 383ms
83
- ✓ should generate files that can be written to disk  343ms
84
- ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 305ms
85
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
86
- 
87
- create-mcpi-app@1.8.47
88
-
89
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
90
- BANNER
91
-
92
- Enhanced with identity features by MCP-I
93
-
94
-
95
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
96
- 
97
- Next Steps:
98
- 1. Install dependencies:
99
- cd my-agent
100
- npm install
101
-
102
- 2. Start development server:
103
- npm run dev
104
-
105
- 3. Deploy when ready:
106
- npm run start
107
-
108
- 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
109
- 
110
- 🏗️ Generating Cloudflare MCP-I project: test-project-env...
111
-
112
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
113
- 
114
- create-mcpi-app@1.8.47
115
-
116
- stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
117
- Invalid project name:
118
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
119
- BANNER
120
- - bad
121
-
122
- Enhanced with identity features by MCP-I
123
-
124
-
125
-
126
- stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
127
- 🔑 Generating cryptographic identity...
128
-
129
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
130
- 
131
- create-mcpi-app@1.8.47
132
-
133
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
134
- BANNER
135
-
136
- Enhanced with identity features by MCP-I
137
-
138
-
139
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
140
- 
141
- Next Steps:
142
- 1. Install dependencies:
143
- cd pnpm-agent
144
- pnpm install
145
-
146
- 2. Initialize identity:
147
- pnpm init
80
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
148
81
 
149
- 3. Start development server:
150
- pnpm dev
151
-
152
- 4. Deploy when ready:
153
- pnpm start
154
-
155
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
156
- 
157
- create-mcpi-app@1.8.47
158
-
159
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
160
- BANNER
161
-
162
- Enhanced with identity features by MCP-I
163
-
164
-
165
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
166
- 
167
- Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
168
-
169
-
170
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
171
- 
172
- Next Steps:
173
- 1. Install dependencies:
174
- cd interactive-app
175
- pnpm install
176
-
177
- 2. Start development server:
178
- pnpm dev
179
-
180
- 3. Deploy when ready:
181
- pnpm start
182
-
183
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
184
- 
185
- 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
82
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
186
83
 
187
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
188
- 🔑 Generating cryptographic identity...
84
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
85
+ 🔑 Generating cryptographic identity...
189
86
 
190
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
191
- ✔ Created Cloudflare MCP-I template files
87
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
88
+ ✔ Created Cloudflare MCP-I template files
192
89
  - Generated identity keys in .dev.vars
193
90
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
194
91
  - Created modular tool structure
@@ -210,21 +107,21 @@ Next Steps:
210
107
  - Wrangler updates wrangler.toml with namespace IDs
211
108
 
212
109
  🚀 Next Steps:
213
- cd my-awesome-agent
110
+ cd test-agent
214
111
  wrangler login # Login to Cloudflare first!
215
112
  npm run dev # Start local development
216
113
  npm run deploy # Deploy (KV auto-created!)
217
114
 
218
115
 
219
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
220
- 
116
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
117
+
221
118
  🏗️ Generating Cloudflare MCP-I project: test-agent...
222
119
 
223
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
224
- 🔑 Generating cryptographic identity...
120
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
121
+ 🔑 Generating cryptographic identity...
225
122
 
226
- 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
227
- ✔ Created Cloudflare MCP-I template files
123
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
124
+ ✔ Created Cloudflare MCP-I template files
228
125
  - Generated identity keys in .dev.vars
229
126
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
230
127
  - Created modular tool structure
@@ -246,21 +143,28 @@ Next Steps:
246
143
  - Wrangler updates wrangler.toml with namespace IDs
247
144
 
248
145
  🚀 Next Steps:
249
- cd test-project-env
146
+ cd test-agent
250
147
  wrangler login # Login to Cloudflare first!
251
148
  npm run dev # Start local development
252
149
  npm run deploy # Deploy (KV auto-created!)
253
150
 
254
151
 
255
- 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
256
- 
257
- 🏗️ Generating Cloudflare MCP-I project: test-project-with-id...
152
+ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 359ms
153
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
258
154
 
259
- 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
260
- 🔑 Generating cryptographic identity...
155
+ 🏗️ Generating Cloudflare MCP-I project: test-project...
261
156
 
262
- 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
263
- ✔ Created Cloudflare MCP-I template files
157
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
158
+ 🔑 Generating cryptographic identity...
159
+
160
+ ✓ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 16ms
161
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 45ms
162
+ ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 29ms
163
+ ✓ src/__tests__/index.test.ts (4 tests) 383ms
164
+ ✓ should load .env from package directory and current working directory 316ms
165
+ ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 171ms
166
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should scaffold with correct @kya-os/mcp-i-cloudflare version
167
+ ✔ Created Cloudflare MCP-I template files
264
168
  - Generated identity keys in .dev.vars
265
169
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
266
170
  - Created modular tool structure
@@ -282,29 +186,112 @@ Next Steps:
282
186
  - Wrangler updates wrangler.toml with namespace IDs
283
187
 
284
188
  🚀 Next Steps:
285
- cd test-project-with-id
189
+ cd test-project
286
190
  wrangler login # Login to Cloudflare first!
287
191
  npm run dev # Start local development
288
192
  npm run deploy # Deploy (KV auto-created!)
289
193
 
290
194
 
291
- 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
292
- 
293
- 🏗️ Generating Cloudflare MCP-I project: test-project-no-id...
195
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
196
+
197
+ create-mcpi-app@1.8.55
198
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
199
+
200
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
201
+ BANNER
202
+ Invalid project name:
203
+ - bad
204
+
205
+ Enhanced with identity features by MCP-I
206
+
207
+
208
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
209
+
294
210
 
295
- 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
296
- 🔑 Generating cryptographic identity...
297
-
298
- ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 1343ms
299
- ✓ should route to different instances for different sessions  587ms
300
- ✓ session routing should have O(1) complexity  363ms
301
- ✓ src/__tests__/cli-runner.test.ts (4 tests) 1711ms
302
- ✓ passes CLI flags to createProject when using --yes  1685ms
303
- ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 871ms
304
- ✓ should use default version from getPackageVersions when not provided  304ms
305
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 522ms
306
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
307
- ✔ Created Cloudflare MCP-I template files
211
+ Next Steps:
212
+ 1. Install dependencies:
213
+ cd my-agent
214
+ npm install
215
+
216
+ 2. Start development server:
217
+ npm run dev
218
+
219
+ 3. Deploy when ready:
220
+ npm run start
221
+
222
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
223
+
224
+ create-mcpi-app@1.8.55
225
+
226
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
227
+ BANNER
228
+
229
+ Enhanced with identity features by MCP-I
230
+
231
+
232
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
233
+
234
+ create-mcpi-app@1.8.55
235
+
236
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
237
+ BANNER
238
+
239
+ Enhanced with identity features by MCP-I
240
+
241
+
242
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
243
+
244
+ Next Steps:
245
+ 1. Install dependencies:
246
+ cd pnpm-agent
247
+ pnpm install
248
+
249
+ 2. Initialize identity:
250
+ pnpm init
251
+
252
+ 3. Start development server:
253
+ pnpm dev
254
+
255
+ 4. Deploy when ready:
256
+ pnpm start
257
+
258
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
259
+
260
+ create-mcpi-app@1.8.55
261
+
262
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
263
+ BANNER
264
+
265
+ Enhanced with identity features by MCP-I
266
+
267
+
268
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
269
+
270
+ Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
271
+
272
+
273
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
274
+
275
+ Next Steps:
276
+ 1. Install dependencies:
277
+ cd interactive-app
278
+ pnpm install
279
+
280
+ 2. Start development server:
281
+ pnpm dev
282
+
283
+ 3. Deploy when ready:
284
+ pnpm start
285
+
286
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
287
+
288
+ 🏗️ Generating Cloudflare MCP-I project: test-project-env...
289
+
290
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
291
+ 🔑 Generating cryptographic identity...
292
+
293
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should include AGENTSHIELD_PROJECT_ID in wrangler.toml template
294
+ ✔ Created Cloudflare MCP-I template files
308
295
  - Generated identity keys in .dev.vars
309
296
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
310
297
  - Created modular tool structure
@@ -326,21 +313,27 @@ Next Steps:
326
313
  - Wrangler updates wrangler.toml with namespace IDs
327
314
 
328
315
  🚀 Next Steps:
329
- cd test-agent
316
+ cd test-project-env
330
317
  wrangler login # Login to Cloudflare first!
331
318
  npm run dev # Start local development
332
319
  npm run deploy # Deploy (KV auto-created!)
333
320
 
334
321
 
335
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
336
- 
337
- 🏗️ Generating Cloudflare MCP-I project: test-agent...
322
+ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 1466ms
323
+ ✓ should handle claimUrl with single quotes in KTA_REGISTRATION 319ms
324
+ src/__tests__/cli-runner.test.ts (4 tests) 1139ms
325
+ ✓ passes CLI flags to createProject when using --yes 1070ms
326
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
327
+
328
+ 🏗️ Generating Cloudflare MCP-I project: test-project-with-id...
338
329
 
339
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
340
- 🔑 Generating cryptographic identity...
330
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
331
+ 🔑 Generating cryptographic identity...
341
332
 
342
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
343
- ✔ Created Cloudflare MCP-I template files
333
+ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 512ms
334
+ MCPI template should not use any deprecated Wrangler v3 features 399ms
335
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should set AGENTSHIELD_PROJECT_ID when --project is provided
336
+ ✔ Created Cloudflare MCP-I template files
344
337
  - Generated identity keys in .dev.vars
345
338
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
346
339
  - Created modular tool structure
@@ -362,17 +355,21 @@ Next Steps:
362
355
  - Wrangler updates wrangler.toml with namespace IDs
363
356
 
364
357
  🚀 Next Steps:
365
- cd test-agent
358
+ cd test-project-with-id
366
359
  wrangler login # Login to Cloudflare first!
367
360
  npm run dev # Start local development
368
361
  npm run deploy # Deploy (KV auto-created!)
369
362
 
370
363
 
371
- ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 1127ms
372
- ✓ should include envPrefix in generated index.ts  421ms
373
- ✓ should include comment explaining envPrefix purpose  621ms
374
- 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
375
- ✔ Created Cloudflare MCP-I template files
364
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
365
+
366
+ 🏗️ Generating Cloudflare MCP-I project: test-project-no-id...
367
+
368
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
369
+ 🔑 Generating cryptographic identity...
370
+
371
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Cloudflare Template Dependencies > should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
372
+ ✔ Created Cloudflare MCP-I template files
376
373
  - Generated identity keys in .dev.vars
377
374
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
378
375
  - Created modular tool structure
@@ -400,15 +397,15 @@ Next Steps:
400
397
  npm run deploy # Deploy (KV auto-created!)
401
398
 
402
399
 
403
- 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
404
- 
400
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
401
+
405
402
  🏗️ Generating Cloudflare MCP-I project: test-project-runtime...
406
403
 
407
- stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
408
- 🔑 Generating cryptographic identity...
404
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
405
+ 🔑 Generating cryptographic identity...
409
406
 
410
- 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
411
- ✔ Created Cloudflare MCP-I template files
407
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > Runtime Config Includes projectId > should pass AGENTSHIELD_PROJECT_ID to runtime config
408
+ ✔ Created Cloudflare MCP-I template files
412
409
  - Generated identity keys in .dev.vars
413
410
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
414
411
  - Created modular tool structure
@@ -436,15 +433,17 @@ Next Steps:
436
433
  npm run deploy # Deploy (KV auto-created!)
437
434
 
438
435
 
439
- 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
440
- 
436
+ src/__tests__/helpers/create.test.ts (13 tests) 374ms
437
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 56ms
438
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
439
+
441
440
  🏗️ Generating Cloudflare MCP-I project: test-project-no-workspace...
442
441
 
443
- 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
444
- 🔑 Generating cryptographic identity...
442
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
443
+ 🔑 Generating cryptographic identity...
445
444
 
446
- 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
447
- ✔ Created Cloudflare MCP-I template files
445
+ stdout | src/__tests__/e2e/scaffolder-dependency-verification.test.ts > Scaffolder Dependency Verification E2E > No Workspace References > should not include workspace: references in scaffolded package.json
446
+ ✔ Created Cloudflare MCP-I template files
448
447
  - Generated identity keys in .dev.vars
449
448
  - Configured wrangler.toml with KV namespaces (auto-provisioned)
450
449
  - Created modular tool structure
@@ -472,174 +471,113 @@ Next Steps:
472
471
  npm run deploy # Deploy (KV auto-created!)
473
472
 
474
473
 
475
- ✓ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 1219ms
476
- ✓ should scaffold with correct @kya-os/mcp-i-cloudflare version  401ms
477
- ✓ should comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided  595ms
478
- ✓ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 1778ms
479
- ✓ should enhance existing tools when tools directory exists with files  336ms
480
- ✓ should not duplicate hello export in index.ts  411ms
481
- ✓ should append to existing .gitignore without duplicates  519ms
482
- ✓ src/__tests__/helpers/create.test.ts (13 tests) 3235ms
483
- ✓ should create Cloudflare MCP-I project  453ms
484
- ✓ should pass apikey to Cloudflare template  1284ms
485
- ✓ should pass projectId to Cloudflare template  476ms
486
- ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 1099ms
487
- ✓ src/__tests__/helpers/kta-registration.test.ts (8 tests) 56ms
488
- ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 2167ms
489
- ✓ should copy files from source to target  1035ms
490
- ✓ should copy directories recursively  315ms
491
- ✓ should not copy .DS_Store  526ms
492
- ✓ src/__tests__/wrangler-v4-compatibility.test.ts (11 tests) 5606ms
493
- ✓ should use Wrangler v4.x in package.json  1315ms
494
- ✓ should use modern compatibility_flags in wrangler.toml (not deprecated node_compat)  655ms
495
- ✓ should use updated @cloudflare/workers-types  337ms
496
- ✓ should use compatible @cloudflare/vitest-pool-workers version  415ms
497
- ✓ should use a valid compatibility_date (not a future date)  1350ms
498
- ✓ should include all required scripts for Wrangler v4  377ms
499
- ✓ should use a valid compatibility_date (not a future date)  390ms
500
- ✓ MCPI template should not use any deprecated Wrangler v3 features  318ms
501
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
502
- 
474
+ src/__tests__/e2e/scaffolder-dependency-verification.test.ts (7 tests) 808ms
475
+ should scaffold with correct @kya-os/mcp-i-cloudflare version 484ms
476
+ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 71ms
477
+ src/__tests__/helpers/apply-identity-preset.test.ts (16 tests) 1109ms
478
+ should create tools directory and hello tool when tools directory does not exist 357ms
479
+ src/__tests__/helpers/generate-identity.test.ts (24 tests) 453ms
480
+ src/__tests__/helpers/generate-cloudflare-files.test.ts (24 tests | 1 skipped) 556ms
481
+ should generate files that can be written to disk 542ms
482
+ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 189ms
483
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
484
+
503
485
  📦 Installing dependencies with npm...
504
486
  ✓ Lockfile created (package-lock.json) - remember to commit it
505
487
 
506
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
507
- 
488
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
489
+
508
490
  📦 Installing dependencies with yarn...
509
491
  ✓ Lockfile created (yarn.lock) - remember to commit it
510
492
 
511
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
512
- 
493
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
494
+
513
495
  📦 Installing dependencies with pnpm...
514
496
  ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
515
497
 
516
- ✓ src/__tests__/utils/check-node.test.ts (7 tests) 785ms
517
- ✓ should not exit for Node.js 20.x  775ms
518
- ✓ src/__tests__/helpers/rename.test.ts (6 tests) 596ms
519
- ✓ should handle _gitignore with special characters  456ms
520
- ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 1612ms
521
- ✓ should generate a valid identity  402ms
522
- ✓ should generate keys in correct format  515ms
523
- ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 1872ms
524
- ✓ should create valid TypeScript config file  325ms
525
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
526
- 
498
+ src/__tests__/utils/check-node.test.ts (7 tests) 31ms
499
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
500
+
527
501
  📦 Installing dependencies with npm...
528
502
  ✓ Lockfile created (package-lock.json) - remember to commit it
529
503
 
530
- stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
531
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
504
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
505
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
506
+
507
+ stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
532
508
 
533
- ✓ src/__tests__/utils/validate-project-name.test.ts (29 tests) 24ms
534
- stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
535
- 
509
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
536
510
  📦 Installing dependencies with npm...
537
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
538
511
  ✓ Lockfile created (package-lock.json) - remember to commit it
539
512
 
540
- Failed to install dependencies with npm.
541
-
542
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
543
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
544
- 
545
- Failed to install dependencies with npm.
513
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
546
514
 
547
515
  📦 Installing dependencies with npm...
548
516
 
549
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
550
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
551
- 
517
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
518
+
552
519
  📦 Installing dependencies with npm...
553
- Failed to install dependencies with npm.
520
+ Failed to install dependencies with npm.
521
+
554
522
 
523
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
524
+ Failed to install dependencies with npm.
555
525
 
556
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
557
- ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
558
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
526
+ src/__tests__/helpers/kta-registration.test.ts (8 tests) 144ms
527
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
559
528
 
560
- 
561
529
  📦 Installing dependencies with npm...
562
530
 
563
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
564
- 
531
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
532
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
533
+
565
534
  📦 Installing dependencies with npm...
535
+ Failed to install dependencies with npm.
536
+
537
+
538
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
539
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
540
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
541
+
566
542
 
567
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
568
- 
569
543
  📦 Installing dependencies with unknown...
570
544
 
571
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
572
- 
545
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
546
+
573
547
  📦 Installing dependencies with npm...
574
548
 
575
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
576
- 
549
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
550
+
577
551
  📦 Installing dependencies with custom...
578
552
 
579
- ✓ src/__tests__/helpers/install.test.ts (21 tests) 1033ms
580
- ✓ should use correct working directory  536ms
581
- ✓ should report correct package manager in log  351ms
582
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
583
- [Session] Created session: secure-session
584
-
585
- ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 877ms
586
- ✓ should not expose session data in logs  574ms
587
- stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
588
- ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
589
-
590
- ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 10878ms
591
- ✓ should create all required files and directories  309ms
592
- ✓ should create index.ts with correct structure  398ms
593
- ✓ should export Durable Object class for Cloudflare Workers binding  432ms
594
- ✓ should include MCP_SERVER_URL placeholder in wrangler.toml  726ms
595
- ✓ should handle MCP_SERVER_URL configuration  851ms
596
- ✓ should use simplified agent class structure  667ms
597
- ✓ should include all required KV namespace bindings in wrangler.toml  448ms
598
- ✓ should not include setup script (Wrangler v4 auto-provisions)  1800ms
599
- ✓ should include simplified runtime configuration  604ms
600
- ✓ should include correct imports in runtime config  456ms
601
- ✓ should conditionally enable tool protection KV when API key provided  1031ms
602
- ✓ should comment out tool protection KV when no API key provided  743ms
603
- ✓ should skip identity generation when skipIdentity is true  366ms
604
- ✓ should include identity variables in wrangler.toml  609ms
605
- ✓ should create correct package.json structure  381ms
606
- ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 708ms
607
- ✓ creates minimal XMCP template structure  306ms
608
- ✓ falls back to default when next channel is unavailable  368ms
609
- ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (25 tests) 10991ms
610
- ✓ should use default project name from path when not provided  302ms
611
- ✓ should handle different package managers  572ms
612
- ✓ should handle template generation without overwriting existing files incorrectly  576ms
613
- ✓ should handle special characters in project name  999ms
614
- ✓ should handle numeric project names  454ms
615
- ✓ should handle project names with only special characters  379ms
616
- ✓ should handle project names with only dots  391ms
617
- ✓ should transform KV namespace bindings correctly  975ms
618
- ✓ should transform package.json scripts correctly  768ms
619
- ✓ should transform index.ts class name correctly  589ms
620
- ✓ should include API key in .dev.vars when provided  538ms
621
- ✓ should handle missing API key gracefully  716ms
622
- ✓ should skip identity generation when skipIdentity is true  502ms
623
- ✓ should generate identity when skipIdentity is false  654ms
624
- ✓ should comment out KTA_REGISTRATION when registration is not performed  392ms
625
- ✓ should include valid JSON in KTA_REGISTRATION when registered  742ms
626
- ✓ should handle claimUrl with single quotes in KTA_REGISTRATION  375ms
627
- ✓ should comment out KTA_REGISTRATION when registration fails  518ms
628
- ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 9ms
629
- ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 318ms
630
- ✓ src/helpers/__tests__/generate-cloudflare-files.spec.ts (28 tests) 46ms
631
- ✓ src/__tests__/effects/index.test.ts (5 tests) 7ms
632
- ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 13ms
633
- ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 512ms
634
- stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
635
- [RemoteConfig] Neither projectId nor agentDid provided
636
-
637
- ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 8ms
638
- ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 12ms
639
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 8ms
640
-
641
-  Test Files  34 passed (34)
642
-  Tests  499 passed | 3 skipped (502)
643
-  Start at  20:26:07
644
-  Duration  16.75s (transform 26.12s, setup 0ms, import 50.83s, tests 52.50s, environment 7ms)
553
+ test-cloudflare/tests/do-routing.test.ts (14 tests) 406ms
554
+ src/__tests__/helpers/copy-template.test.ts (11 tests) 39ms
555
+ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 2034ms
556
+ should export Durable Object matching wrangler.toml class_name 368ms
557
+ src/__tests__/helpers/install.test.ts (21 tests) 156ms
558
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
559
+ [Session] Created session: secure-session
560
+
561
+ test-cloudflare/tests/session-management.test.ts (17 tests) 86ms
562
+ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 112ms
563
+ stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
564
+ ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
565
+
566
+ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 23ms
567
+ test-cloudflare/tests/cors-security.test.ts (29 tests) 6ms
568
+ test-cloudflare/tests/delegation.test.ts (12 tests) 6ms
569
+ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 10ms
570
+ src/__tests__/helpers/rename.test.ts (6 tests) 10ms
571
+ stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
572
+ [RemoteConfig] Neither projectId nor agentDid provided
573
+
574
+ src/helpers/__tests__/config-builder.spec.ts (12 tests) 5ms
575
+ src/__tests__/effects/index.test.ts (5 tests) 11ms
576
+ src/__tests__/utils/validate-project-name.test.ts (29 tests) 18ms
577
+ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 24ms
578
+
579
+ Test Files 34 passed (34)
580
+ Tests 499 passed | 3 skipped (502)
581
+ Start at 20:00:11
582
+ Duration 4.52s (transform 7.64s, setup 0ms, import 15.84s, tests 10.86s, environment 3ms)
645
583
 
@@ -103,7 +103,7 @@ export async function fetchCloudflareMcpiTemplate(targetDir, options) {
103
103
  "cf-typegen": "wrangler types",
104
104
  },
105
105
  dependencies: {
106
- "@kya-os/mcp-i-cloudflare": "1.6.51",
106
+ "@kya-os/mcp-i-cloudflare": "1.6.53",
107
107
  "@modelcontextprotocol/sdk": "1.24.0",
108
108
  agents: "0.2.30",
109
109
  hono: "4.10.3",
@@ -482,7 +482,7 @@ dist
482
482
  await runCommand(packageManager, ["install"], targetDir);
483
483
  // 13a. Verify installed version matches expected version
484
484
  console.log(chalk.blue("\n🔍 Verifying package versions..."));
485
- const expectedVersion = "1.6.51";
485
+ const expectedVersion = "1.6.53";
486
486
  try {
487
487
  const installedPackagePath = path.join(targetDir, "node_modules", "@kya-os", "mcp-i-cloudflare", "package.json");
488
488
  if (fs.existsSync(installedPackagePath)) {
@@ -89,7 +89,7 @@ export async function generateCloudflareProjectFiles(options) {
89
89
  "cf-typegen": "wrangler types",
90
90
  },
91
91
  dependencies: {
92
- "@kya-os/mcp-i-cloudflare": "^1.6.51",
92
+ "@kya-os/mcp-i-cloudflare": "^1.6.53",
93
93
  "@modelcontextprotocol/sdk": "1.24.0",
94
94
  agents: "0.2.30",
95
95
  hono: "4.10.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.54",
3
+ "version": "1.8.56",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "type": "module",
6
6
  "main": "./dist/helpers/index.js",
@@ -36,7 +36,7 @@
36
36
  "@kya-os/cli-effects": "^1.0.19",
37
37
  "@kya-os/contracts": "^1.6.19",
38
38
  "@kya-os/mcp-i": "^1.6.15",
39
- "@kya-os/mcp-i-cloudflare": "^1.6.50",
39
+ "@kya-os/mcp-i-cloudflare": "^1.6.53",
40
40
  "base-x": "^5.0.0",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^12.1.0",