@kya-os/create-mcpi-app 1.7.42-canary.32 → 1.7.42-canary.34

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.7.42-canary.31 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.7.42-canary.32 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @kya-os/create-mcpi-app@1.7.42-canary.30 test:coverage /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
+ > @kya-os/create-mcpi-app@1.7.42-canary.32 test:coverage /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
4
4
  > vitest --run --coverage
5
5
 
6
6
  [?25l▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
@@ -9,7 +9,8 @@
9
9
   15 │ "types": "./dist/index.d.ts"
10
10
  ╵ ~~~~~~~
11
11
 
12
- The "import" condition comes earlier and will be used for all "import" statements:
12
+ The "import" condition comes earlier and will be used for all "import"
13
+ statements:
13
14
 
14
15
  package.json:13:6:
15
16
   13 │ "import": "./dist/index.js",
@@ -27,7 +28,8 @@
27
28
   20 │ "types": "./dist/helpers/config-builder.d.ts"
28
29
  ╵ ~~~~~~~
29
30
 
30
- The "import" condition comes earlier and will be used for all "import" statements:
31
+ The "import" condition comes earlier and will be used for all "import"
32
+ statements:
31
33
 
32
34
  package.json:18:6:
33
35
   18 │ "import": "./dist/helpers/config-builder.js",
@@ -48,9 +50,11 @@
48
50
 
49
51
   Test Files 0 passed (13)
50
52
   Tests 0 passed (0)
51
-  Start at 01:56:48
52
-  Duration 105ms
53
- [?2026l[?2026h
53
+  Start at 22:55:26
54
+  Duration 100ms
55
+ [?2026l[?2026h ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 6ms
56
+ ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
57
+
54
58
   ❯ src/__tests__/cloudflare-template.test.ts [queued]
55
59
   ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [queued]
56
60
   ❯ src/__tests__/helpers/generate-config.test.ts [queued]
@@ -59,24 +63,20 @@
59
63
   ❯ src/__tests__/helpers/validate-project-structure.test.ts [queued]
60
64
   ❯ src/helpers/__tests__/config-builder.spec.ts [queued]
61
65
   ❯ src/utils/__tests__/fetch-remote-config.test.ts [queued]
62
-  ❯ test-cloudflare/tests/cache-invalidation.test.ts [queued]
63
-  ❯ test-cloudflare/tests/cors-security.test.ts 0/29
64
-  ❯ test-cloudflare/tests/delegation.test.ts 0/12
66
+  ❯ test-cloudflare/tests/cache-invalidation.test.ts 0/18
65
67
   ❯ test-cloudflare/tests/do-routing.test.ts 0/14
66
-  ❯ test-cloudflare/tests/session-management.test.ts [queued]
68
+  ❯ test-cloudflare/tests/session-management.test.ts 0/17
67
69
 
68
-  Test Files 0 passed (13)
69
-  Tests 0 passed (55)
70
-  Start at 01:56:48
71
-  Duration 210ms
72
- [?2026l[?2026h ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 6ms
73
- ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 6ms
74
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
75
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
70
+  Test Files 2 passed (13)
71
+  Tests 41 passed (90)
72
+  Start at 22:55:26
73
+  Duration 203ms
74
+ [?2026l[?2026hstdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
76
75
  [Session] Created session: secure-session
77
76
 
78
-
79
-
77
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
78
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 18ms
79
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 3ms
80
80
 
81
81
 
82
82
 
@@ -87,25 +87,21 @@
87
87
 
88
88
   Test Files 11 passed (13)
89
89
   Tests 204 passed (248)
90
-  Start at 01:56:48
91
-  Duration 411ms
92
- [?2026l[?2026hstderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
90
+  Start at 22:55:26
91
+  Duration 405ms
92
+ [?2026l[?2026hstderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
93
93
  [RemoteConfig] Neither projectId nor agentDid provided
94
94
 
95
95
 
96
96
 
97
-
98
-
99
97
   ❯ src/__tests__/cloudflare-template.test.ts 1/24
100
98
   ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
101
99
 
102
100
   Test Files 11 passed (13)
103
101
   Tests 204 passed (248)
104
-  Start at 01:56:48
105
-  Duration 411ms
106
- [?2026l[?2026h ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
107
- ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 17ms
108
- ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
102
+  Start at 22:55:26
103
+  Duration 405ms
104
+ [?2026l[?2026h ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
109
105
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
110
106
  
111
107
  📦 Installing dependencies with npm...
@@ -126,14 +122,15 @@
126
122
  📦 Installing dependencies with npm...
127
123
  ✓ Lockfile created (package-lock.json) - remember to commit it
128
124
 
125
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 38ms
129
126
 
130
127
   ❯ src/__tests__/cloudflare-template.test.ts 1/24
131
128
   ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
132
129
 
133
130
   Test Files 11 passed (13)
134
131
   Tests 204 passed (248)
135
-  Start at 01:56:48
136
-  Duration 411ms
132
+  Start at 22:55:26
133
+  Duration 405ms
137
134
  [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
138
135
  ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
139
136
 
@@ -143,8 +140,8 @@
143
140
 
144
141
   Test Files 11 passed (13)
145
142
   Tests 204 passed (248)
146
-  Start at 01:56:48
147
-  Duration 411ms
143
+  Start at 22:55:26
144
+  Duration 405ms
148
145
  [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
149
146
  
150
147
  📦 Installing dependencies with npm...
@@ -160,8 +157,8 @@
160
157
 
161
158
   Test Files 11 passed (13)
162
159
   Tests 204 passed (248)
163
-  Start at 01:56:48
164
-  Duration 411ms
160
+  Start at 22:55:26
161
+  Duration 405ms
165
162
  [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
166
163
  Failed to install dependencies with npm.
167
164
 
@@ -171,8 +168,8 @@
171
168
 
172
169
   Test Files 11 passed (13)
173
170
   Tests 204 passed (248)
174
-  Start at 01:56:48
175
-  Duration 411ms
171
+  Start at 22:55:26
172
+  Duration 405ms
176
173
  [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
177
174
  
178
175
  📦 Installing dependencies with npm...
@@ -183,8 +180,8 @@
183
180
 
184
181
   Test Files 11 passed (13)
185
182
   Tests 204 passed (248)
186
-  Start at 01:56:48
187
-  Duration 411ms
183
+  Start at 22:55:26
184
+  Duration 405ms
188
185
  [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
189
186
  Failed to install dependencies with npm.
190
187
 
@@ -194,8 +191,8 @@
194
191
 
195
192
   Test Files 11 passed (13)
196
193
   Tests 204 passed (248)
197
-  Start at 01:56:48
198
-  Duration 411ms
194
+  Start at 22:55:26
195
+  Duration 405ms
199
196
  [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
200
197
  
201
198
  📦 Installing dependencies with npm...
@@ -206,8 +203,8 @@
206
203
 
207
204
   Test Files 11 passed (13)
208
205
   Tests 204 passed (248)
209
-  Start at 01:56:48
210
-  Duration 411ms
206
+  Start at 22:55:26
207
+  Duration 405ms
211
208
  [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
212
209
  Failed to install dependencies with npm.
213
210
 
@@ -217,13 +214,13 @@
217
214
 
218
215
   Test Files 11 passed (13)
219
216
   Tests 204 passed (248)
220
-  Start at 01:56:48
221
-  Duration 411ms
222
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
217
+  Start at 22:55:26
218
+  Duration 405ms
219
+ [?2026l[?2026h ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 86ms
220
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
223
221
  
224
222
  📦 Installing dependencies with npm...
225
223
 
226
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 41ms
227
224
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
228
225
  
229
226
  📦 Installing dependencies with unknown...
@@ -234,8 +231,8 @@
234
231
 
235
232
   Test Files 11 passed (13)
236
233
   Tests 204 passed (248)
237
-  Start at 01:56:48
238
-  Duration 411ms
234
+  Start at 22:55:26
235
+  Duration 405ms
239
236
  [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
240
237
  ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
241
238
 
@@ -245,45 +242,44 @@
245
242
 
246
243
   Test Files 11 passed (13)
247
244
   Tests 204 passed (248)
248
-  Start at 01:56:48
249
-  Duration 411ms
250
- [?2026l[?2026h ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 38ms
251
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
245
+  Start at 22:55:26
246
+  Duration 405ms
247
+ [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
252
248
  
253
249
  📦 Installing dependencies with npm...
254
250
 
255
- ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 88ms
256
- ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 49ms
251
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 32ms
257
252
  ✓ src/__tests__/helpers/install.test.ts (20 tests) 34ms
253
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 43ms
258
254
 
259
255
   ❯ src/__tests__/cloudflare-template.test.ts 1/24
260
256
   ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
261
257
 
262
258
   Test Files 11 passed (13)
263
259
   Tests 204 passed (248)
264
-  Start at 01:56:48
265
-  Duration 411ms
266
- [?2026l ✓ src/__tests__/cloudflare-template.test.ts (24 tests) 119ms
267
- ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 114ms
260
+  Start at 22:55:26
261
+  Duration 405ms
262
+ [?2026l ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 114ms
263
+ ✓ src/__tests__/cloudflare-template.test.ts (24 tests) 130ms
268
264
 
269
265
   Test Files  13 passed (13)
270
266
   Tests  248 passed (248)
271
-  Start at  01:56:47
272
-  Duration  467ms (transform 710ms, setup 0ms, collect 1.18s, tests 525ms, environment 1ms, prepare 219ms)
267
+  Start at  22:55:26
268
+  Duration  507ms (transform 817ms, setup 0ms, collect 1.18s, tests 517ms, environment 1ms, prepare 255ms)
273
269
 
274
270
   % Coverage report from v8
275
- ---------------------------|---------|----------|---------|---------|-------------------
276
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
277
- ---------------------------|---------|----------|---------|---------|-------------------
278
- All files  |  96.49 |  94.11 |  100 |  96.49 |  
279
-  helpers  |  97.29 |  95.12 |  100 |  97.29 |  
280
-  config-builder.ts  |  100 |  100 |  100 |  100 |  
281
-  ...lare-mcpi-template.ts |  94.54 |  90.9 |  100 |  94.54 | 822,834,939-947 
282
-  generate-config.ts  |  100 |  100 |  100 |  100 |  
283
-  generate-identity.ts  |  100 |  100 |  100 |  100 |  
284
-  install.ts  |  100 |  100 |  100 |  100 |  
285
-  ...-project-structure.ts |  100 |  100 |  100 |  100 |  
286
-  utils  |  91.42 |  90 |  100 |  91.42 |  
287
-  fetch-remote-config.ts  |  91.42 |  90 |  100 |  91.42 | 152-153,169 
288
- ---------------------------|---------|----------|---------|---------|-------------------
271
+ ---------------------|---------|----------|---------|---------|-------------------
272
+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
273
+ ---------------------|---------|----------|---------|---------|-------------------
274
+ All files  |  96.49 |  94.11 |  100 |  96.49 |  
275
+  helpers  |  97.29 |  95.12 |  100 |  97.29 |  
276
+  config-builder.ts  |  100 |  100 |  100 |  100 |  
277
+  ...cpi-template.ts |  94.54 |  90.9 |  100 |  94.54 | 822,834,939-947 
278
+  generate-config.ts |  100 |  100 |  100 |  100 |  
279
+  ...ate-identity.ts |  100 |  100 |  100 |  100 |  
280
+  install.ts  |  100 |  100 |  100 |  100 |  
281
+  ...ct-structure.ts |  100 |  100 |  100 |  100 |  
282
+  utils  |  91.42 |  90 |  100 |  91.42 |  
283
+  ...emote-config.ts |  91.42 |  90 |  100 |  91.42 | 152-153,169 
284
+ ---------------------|---------|----------|---------|---------|-------------------
289
285
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.7.42-canary.25 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.7.42-canary.32 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > vitest --run
4
4
 
5
5
  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
@@ -41,23 +41,20 @@
41
41
 
42
42
  RUN v4.0.5 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
43
43
 
44
+ ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 3ms
44
45
  stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
45
46
  [Session] Created session: secure-session
46
47
 
47
- ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 11ms
48
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 65ms
49
- ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 161ms
50
- ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 219ms
51
- test-cloudflare/tests/cors-security.test.ts (29 tests) 92ms
48
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
49
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 13ms
50
+ ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
51
+ ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 41ms
52
+ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 3ms
52
53
  stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
53
54
  [RemoteConfig] Neither projectId nor agentDid provided
54
55
 
55
- ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 70ms
56
- ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 79ms
57
- ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 421ms
58
- ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 2247ms
59
- ✓ should generate xmcp.config.ts with default values 586ms
60
- ✓ should handle HOST environment variable 646ms
56
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 3ms
57
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 17ms
61
58
  stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
62
59
 
63
60
  📦 Installing dependencies with npm...
@@ -88,25 +85,25 @@ stdout | src/__tests__/helpers/install.test.ts > install > Install progress repo
88
85
 
89
86
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
90
87
 
91
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
92
88
  📦 Installing dependencies with npm...
93
- Failed to install dependencies with npm.
94
89
 
90
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
91
+ Failed to install dependencies with npm.
95
92
 
93
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
96
94
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
97
95
 
98
96
  📦 Installing dependencies with npm...
99
-
100
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
101
97
  Failed to install dependencies with npm.
102
98
 
103
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
104
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
105
99
 
106
- Failed to install dependencies with npm.
100
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
107
101
 
108
102
  📦 Installing dependencies with npm...
109
103
 
104
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
105
+ Failed to install dependencies with npm.
106
+
110
107
  stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
111
108
 
112
109
  📦 Installing dependencies with npm...
@@ -122,29 +119,14 @@ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation >
122
119
 
123
120
  📦 Installing dependencies with npm...
124
121
 
125
- ✓ src/__tests__/helpers/install.test.ts (20 tests) 1375ms
126
- should detect npm from package-lock.json 776ms
127
- should prioritize yarn over npm 326ms
128
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 3184ms
129
- should validate identity-enabled project structure correctly 695ms
130
- ✓ should detect missing package.json 334ms
131
- ✓ should not require .mcpi/ in .gitignore for vanilla projects 1667ms
132
- ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 5114ms
133
- ✓ should fetch and generate template successfully 462ms
134
- ✓ should handle different package managers 2378ms
135
- ✓ should generate template with correct project structure 307ms
136
- ✓ should generate consistent template structure on multiple calls 438ms
137
- ✓ should include API key in .dev.vars when provided 883ms
138
- ✓ src/__tests__/cloudflare-template.test.ts (24 tests) 6270ms
139
- ✓ should create all required files and directories 1221ms
140
- ✓ should create mcpi-runtime-config.ts with correct structure 437ms
141
- ✓ should include MCP_SERVER_URL placeholder in wrangler.toml 2197ms
142
- ✓ should handle MCP_SERVER_URL configuration 345ms
143
- ✓ should use simplified agent class structure 417ms
144
- ✓ should create .dev.vars.example template 767ms
122
+ ✓ src/__tests__/helpers/install.test.ts (20 tests) 32ms
123
+ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 41ms
124
+ src/__tests__/helpers/generate-config.test.ts (25 tests) 43ms
125
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 112ms
126
+ src/__tests__/cloudflare-template.test.ts (24 tests) 121ms
145
127
 
146
128
  Test Files 13 passed (13)
147
129
  Tests 248 passed (248)
148
- Start at 23:07:03
149
- Duration 10.03s (transform 13.68s, setup 0ms, collect 23.18s, tests 19.31s, environment 4ms, prepare 458ms)
130
+ Start at 00:56:10
131
+ Duration 413ms (transform 749ms, setup 0ms, collect 1.19s, tests 440ms, environment 1ms, prepare 87ms)
150
132
 
@@ -67,10 +67,10 @@ export async function fetchCloudflareMcpiTemplate(projectPath, options = {}) {
67
67
  "test:coverage": "vitest run --coverage",
68
68
  },
69
69
  dependencies: {
70
- "@kya-os/contracts": "^1.5.3-canary.14",
71
- "@kya-os/mcp-i-cloudflare": "1.5.8-canary.43",
72
- "@kya-os/mcp-i-core": "1.2.2-canary.23",
73
- "@kya-os/mcp-i": "^1.5.9-canary.17",
70
+ "@kya-os/contracts": "^1.5.3-canary.16",
71
+ "@kya-os/mcp-i-cloudflare": "1.5.8-canary.45",
72
+ "@kya-os/mcp-i-core": "1.2.2-canary.25",
73
+ "@kya-os/mcp-i": "^1.5.9-canary.18",
74
74
  "@modelcontextprotocol/sdk": "^1.19.1",
75
75
  agents: "^0.2.21", // Use latest version - constructor now only accepts 2 parameters
76
76
  hono: "^4.9.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-mcpi-app",
3
- "version": "1.7.42-canary.32",
3
+ "version": "1.7.42-canary.34",
4
4
  "description": "Bootstrap MCP applications with identity features",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "node-fetch": "Required by @kya-os/cli-effects (transitive dependency). cli-effects imports node-fetch but doesn't declare it. TODO: Update cli-effects to declare node-fetch or use native fetch (Node 20+)."
47
47
  },
48
48
  "devDependencies": {
49
- "@kya-os/contracts": "^1.5.3-canary.5",
49
+ "@kya-os/contracts": "^1.5.3-canary.15",
50
50
  "@types/fs-extra": "^11.0.4",
51
51
  "@types/inquirer": "^9.0.7",
52
52
  "@types/node": "^20.19.19",