@kya-os/create-mcpi-app 1.8.31 → 1.8.32

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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  RUN v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
7
7
 
8
- src/__tests__/helpers/generate-identity.test.ts (24 tests) 36ms
8
+ test-cloudflare/tests/do-routing.test.ts (14 tests) 187ms
9
9
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
10
10
 
11
11
  🏗️ Generating Cloudflare MCP-I project: test-agent...
@@ -13,41 +13,6 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
13
13
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
14
14
  🔑 Generating cryptographic identity...
15
15
 
16
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
17
-
18
- 📦 Installing dependencies with npm...
19
- ✓ Lockfile created (package-lock.json) - remember to commit it
20
-
21
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
22
-
23
- 📦 Installing dependencies with yarn...
24
- ✓ Lockfile created (yarn.lock) - remember to commit it
25
-
26
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
27
-
28
- 📦 Installing dependencies with pnpm...
29
- ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
30
-
31
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
32
-
33
- 📦 Installing dependencies with npm...
34
- ✓ Lockfile created (package-lock.json) - remember to commit it
35
-
36
- stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
37
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
38
- stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
39
-
40
- 📦 Installing dependencies with npm...
41
- ✓ Lockfile created (package-lock.json) - remember to commit it
42
-
43
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
44
-
45
- 📦 Installing dependencies with npm...
46
-
47
-
48
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
49
- Failed to install dependencies with npm.
50
-
51
16
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
52
17
  ✔ Created Cloudflare MCP-I template files
53
18
  - Generated identity keys in .dev.vars
@@ -74,159 +39,92 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
74
39
  🚀 Next Steps:
75
40
  cd test-agent
76
41
 
77
- ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 25ms
78
42
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
79
43
  wrangler login # Login to Cloudflare first!
80
44
  npm run setup # Create KV namespaces
81
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
82
45
  npm run dev # Start local development
83
46
  npm run deploy # Deploy to Cloudflare
84
47
 
85
- Failed to install dependencies with npm.
86
-
87
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
88
-
89
- 📦 Installing dependencies with npm...
90
-
91
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
92
-
93
- 📦 Installing dependencies with npm...
94
-
95
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
96
-
97
-
98
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
99
- 📦 Installing dependencies with npm...
100
- Failed to install dependencies with npm.
101
-
102
-
103
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
104
-
105
- 📦 Installing dependencies with unknown...
106
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
107
-
108
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
109
-
110
- 📦 Installing dependencies with npm...
111
-
112
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
113
-
114
- ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
115
- 📦 Installing dependencies with custom...
116
48
 
117
-
118
- ✓ src/__tests__/helpers/install.test.ts (21 tests) 80ms
119
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 77ms
120
- ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 146ms
49
+ ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 347ms
121
50
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
122
51
 
123
52
  🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
124
53
 
125
- ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 83ms
54
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 304ms
55
+ ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 99ms
126
56
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
127
57
  🔑 Generating cryptographic identity...
128
58
 
129
- ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 88ms
130
- src/__tests__/helpers/copy-template.test.ts (11 tests) 77ms
131
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
132
-
133
- create-mcpi-app@1.8.31
134
-
135
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
136
- BANNER
137
-
138
- Enhanced with identity features by MCP-I
139
-
140
-
141
- stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
142
-
143
- Next Steps:
144
- 1. Install dependencies:
145
- cd my-agent
146
- npm install
147
-
148
- 2. Start development server:
149
- npm run dev
150
-
151
- 3. Deploy when ready:
152
- npm run start
153
-
154
- stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
155
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
59
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 240ms
60
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
156
61
 
157
- create-mcpi-app@1.8.31
62
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
63
+ 📦 Installing dependencies with npm...
64
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
158
65
 
159
- Invalid project name:
160
- stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
161
- BANNER
66
+ Lockfile created (package-lock.json) - remember to commit it
67
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
162
68
 
163
- Enhanced with identity features by MCP-I
69
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
164
70
 
165
- - bad
71
+ 📦 Installing dependencies with yarn...
72
+ ✓ Lockfile created (yarn.lock) - remember to commit it
73
+ Failed to install dependencies with npm.
166
74
 
75
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
167
76
 
168
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
77
+ 📦 Installing dependencies with pnpm...
78
+ ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
169
79
 
170
- create-mcpi-app@1.8.31
80
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
171
81
 
172
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
173
- BANNER
174
82
 
175
- Enhanced with identity features by MCP-I
83
+ 📦 Installing dependencies with npm...
84
+ ✓ Lockfile created (package-lock.json) - remember to commit it
176
85
 
86
+ stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
177
87
 
178
- stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
88
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
89
+ 📦 Installing dependencies with npm...
90
+ Failed to install dependencies with npm.
91
+ ✓ Lockfile created (package-lock.json) - remember to commit it
179
92
 
180
- Next Steps:
181
- 1. Install dependencies:
182
- cd pnpm-agent
183
- pnpm install
93
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
184
94
 
185
- 2. Initialize identity:
186
- pnpm init
95
+ Failed to install dependencies with npm.
187
96
 
188
- 3. Start development server:
189
- pnpm dev
97
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
98
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
190
99
 
191
- 4. Deploy when ready:
192
- pnpm start
100
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
193
101
 
194
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
102
+ 📦 Installing dependencies with npm...
195
103
 
196
- create-mcpi-app@1.8.31
104
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
197
105
 
198
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
199
- BANNER
106
+ 📦 Installing dependencies with npm...
200
107
 
201
- Enhanced with identity features by MCP-I
108
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
202
109
 
110
+ 📦 Installing dependencies with npm...
203
111
 
204
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
112
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
205
113
 
206
- Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
114
+ 📦 Installing dependencies with npm...
207
115
 
116
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
208
117
 
209
- stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
118
+ 📦 Installing dependencies with unknown...
210
119
 
211
- Next Steps:
212
- 1. Install dependencies:
213
- cd interactive-app
214
- pnpm install
120
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
215
121
 
216
- 2. Start development server:
217
- pnpm dev
122
+ 📦 Installing dependencies with npm...
218
123
 
219
- 3. Deploy when ready:
220
- pnpm start
124
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
221
125
 
222
- src/__tests__/cli-runner.test.ts (4 tests) 372ms
223
- ✓ passes CLI flags to createProject when using --yes 367ms
224
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
225
- [Session] Created session: secure-session
126
+ 📦 Installing dependencies with custom...
226
127
 
227
- ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 15ms
228
- ✓ src/__tests__/helpers/rename.test.ts (6 tests) 11ms
229
- ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 12ms
230
128
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
231
129
  ✔ Created Cloudflare MCP-I template files
232
130
  - Generated identity keys in .dev.vars
@@ -267,8 +165,6 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
267
165
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
268
166
  🔑 Generating cryptographic identity...
269
167
 
270
- ✓ src/__tests__/helpers/create.test.ts (13 tests) 195ms
271
- ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 108ms
272
168
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
273
169
  ✔ Created Cloudflare MCP-I template files
274
170
  - Generated identity keys in .dev.vars
@@ -302,15 +198,16 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
302
198
  npm run deploy # Deploy to Cloudflare
303
199
 
304
200
 
305
- ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 33ms
201
+ ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 251ms
202
+ ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 177ms
306
203
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
307
204
 
308
205
  🏗️ Generating Cloudflare MCP-I project: test-agent...
309
206
 
310
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
311
207
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
312
208
  🔑 Generating cryptographic identity...
313
209
 
210
+ ✓ src/__tests__/helpers/install.test.ts (21 tests) 190ms
314
211
  stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
315
212
  ✔ Created Cloudflare MCP-I template files
316
213
  - Generated identity keys in .dev.vars
@@ -344,26 +241,133 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
344
241
  npm run deploy # Deploy to Cloudflare
345
242
 
346
243
 
347
- ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 455ms
244
+ ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 628ms
245
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
246
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
247
+ Invalid project name:
248
+ - bad
249
+
250
+
251
+ create-mcpi-app@1.8.31
252
+
253
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
254
+ BANNER
255
+
256
+ Enhanced with identity features by MCP-I
257
+
258
+
259
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
260
+
261
+ Next Steps:
262
+ 1. Install dependencies:
263
+ cd my-agent
264
+ npm install
265
+
266
+ 2. Start development server:
267
+ npm run dev
268
+
269
+ 3. Deploy when ready:
270
+ npm run start
271
+
272
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
273
+
274
+ create-mcpi-app@1.8.31
275
+
276
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
277
+ BANNER
278
+
279
+ Enhanced with identity features by MCP-I
280
+
281
+
282
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
283
+
284
+ create-mcpi-app@1.8.31
285
+
286
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
287
+ BANNER
288
+
289
+ Enhanced with identity features by MCP-I
290
+
291
+
292
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
293
+
294
+ Next Steps:
295
+ 1. Install dependencies:
296
+ cd pnpm-agent
297
+ pnpm install
298
+
299
+ 2. Initialize identity:
300
+ pnpm init
301
+
302
+ 3. Start development server:
303
+ pnpm dev
304
+
305
+ 4. Deploy when ready:
306
+ pnpm start
307
+
308
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
309
+
310
+ create-mcpi-app@1.8.31
311
+
312
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
313
+ BANNER
314
+
315
+ Enhanced with identity features by MCP-I
316
+
317
+
318
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
319
+
320
+ Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
321
+
322
+
323
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
324
+
325
+ Next Steps:
326
+ 1. Install dependencies:
327
+ cd interactive-app
328
+ pnpm install
329
+
330
+ 2. Start development server:
331
+ pnpm dev
332
+
333
+ 3. Deploy when ready:
334
+ pnpm start
335
+
336
+ ✓ src/__tests__/cli-runner.test.ts (4 tests) 981ms
337
+ ✓ passes CLI flags to createProject when using --yes 976ms
338
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
339
+ [Session] Created session: secure-session
340
+
341
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 54ms
342
+ ✓ src/__tests__/helpers/create.test.ts (13 tests) 1012ms
343
+ ✓ should pass apikey to Cloudflare template 649ms
344
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 588ms
345
+ ✓ should generate a valid identity 405ms
346
+ ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 226ms
348
347
  stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
349
348
  ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
350
349
 
351
- ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 79ms
352
- src/__tests__/utils/validate-project-name.test.ts (29 tests) 12ms
353
- test-cloudflare/tests/cors-security.test.ts (29 tests) 5ms
354
- test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
355
- ✓ src/__tests__/utils/check-node.test.ts (7 tests) 45ms
350
+ ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 26ms
351
+ test-cloudflare/tests/delegation.test.ts (12 tests) 61ms
352
+ src/__tests__/utils/validate-project-name.test.ts (29 tests) 83ms
353
+ src/__tests__/utils/check-node.test.ts (7 tests) 204ms
354
+ ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 28ms
355
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 165ms
356
356
  stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
357
357
  [RemoteConfig] Neither projectId nor agentDid provided
358
358
 
359
- ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 5ms
360
- ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 925ms
361
- ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 10ms
362
- src/__tests__/effects/index.test.ts (5 tests) 3ms
363
- ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 823ms
359
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 6ms
360
+ ✓ src/__tests__/helpers/rename.test.ts (6 tests) 21ms
361
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 2633ms
362
+ test-cloudflare/tests/cors-security.test.ts (29 tests) 7ms
363
+ ✓ src/__tests__/effects/index.test.ts (5 tests) 43ms
364
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 7ms
365
+ ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 2940ms
366
+ ✓ should import Durable Object class from agent.ts 304ms
367
+ ✓ should use createMCPIApp (not deprecated adapter) 333ms
364
368
 
365
369
  Test Files 27 passed (27)
366
370
  Tests 398 passed | 2 skipped (400)
367
- Start at 18:29:56
368
- Duration 1.64s (transform 1.37s, setup 0ms, import 3.05s, tests 3.73s, environment 2ms)
371
+ Start at 01:32:16
372
+ Duration 5.99s (transform 8.09s, setup 0ms, import 15.01s, tests 11.51s, environment 8ms)
369
373
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.8.31",
3
+ "version": "1.8.32",
4
4
  "description": "Scaffold a new MCP-I application",
5
5
  "bin": {
6
6
  "create-mcpi-app": "./dist/index.js"
@@ -16,9 +16,9 @@
16
16
  "dependencies": {
17
17
  "@kya-os/cli": "^1.4.4",
18
18
  "@kya-os/cli-effects": "^1.0.19",
19
- "@kya-os/contracts": "^1.6.5",
20
- "@kya-os/mcp-i": "^1.6.4",
21
- "@kya-os/mcp-i-cloudflare": "^1.6.27",
19
+ "@kya-os/contracts": "^1.6.7",
20
+ "@kya-os/mcp-i": "^1.6.5",
21
+ "@kya-os/mcp-i-cloudflare": "^1.6.30",
22
22
  "base-x": "^5.0.0",
23
23
  "chalk": "^4.1.2",
24
24
  "commander": "^12.1.0",