@kya-os/create-mcpi-app 1.7.36 β†’ 1.7.37

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,305 +1,168 @@
1
-
2
- 
3
- > @kya-os/create-mcpi-app@1.7.29 test:coverage /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
4
- > vitest --run --coverage
5
-
6
- [?25lβ–² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
7
-
8
- package.json:15:6:
9
-  15 β”‚ "types": "./dist/index.d.ts"
10
- β•΅ ~~~~~~~
11
-
12
- The "import" condition comes earlier and will be used for all "import" statements:
13
-
14
- package.json:13:6:
15
-  13 β”‚ "import": "./dist/index.js",
16
- β•΅ ~~~~~~~~
17
-
18
- The "require" condition comes earlier and will be used for all "require" calls:
19
-
20
- package.json:14:6:
21
-  14 β”‚ "require": "./dist/index.js",
22
- β•΅ ~~~~~~~~~
23
-
24
- β–² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
25
-
26
- package.json:20:6:
27
-  20 β”‚ "types": "./dist/helpers/config-builder.d.ts"
28
- β•΅ ~~~~~~~
29
-
30
- The "import" condition comes earlier and will be used for all "import" statements:
31
-
32
- package.json:18:6:
33
-  18 β”‚ "import": "./dist/helpers/config-builder.js",
34
- β•΅ ~~~~~~~~
35
-
36
- The "require" condition comes earlier and will be used for all "require" calls:
37
-
38
- package.json:19:6:
39
-  19 β”‚ "require": "./dist/helpers/config-builder.js",
40
- β•΅ ~~~~~~~~~
41
-
42
-
43
-  RUN  v4.0.5 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
44
- Coverage enabled with v8
45
-
46
- [?2026h
47
-  ❯ src/__tests__/cloudflare-template.test.ts [queued]
48
-
49
-  Test Files 0 passed (12)
50
-  Tests 0 passed (0)
51
-  Start at 14:33:31
52
-  Duration 201ms
53
- [?2026l[?2026hstdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
54
- [Session] Created session: secure-session
55
-
56
-
57
-  ❯ src/__tests__/cloudflare-template.test.ts [queued]
58
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [queued]
59
-  ❯ src/__tests__/helpers/generate-config.test.ts [queued]
60
-  ❯ src/__tests__/helpers/generate-identity.test.ts [queued]
61
-  ❯ src/__tests__/helpers/install.test.ts [queued]
62
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts [queued]
63
-  ❯ src/helpers/__tests__/config-builder.spec.ts [queued]
64
-  ❯ test-cloudflare/tests/cache-invalidation.test.ts [queued]
65
-  ❯ test-cloudflare/tests/cors-security.test.ts 1/29
66
-  ❯ test-cloudflare/tests/delegation.test.ts [queued]
67
-  ❯ test-cloudflare/tests/do-routing.test.ts 0/14
68
-  ❯ test-cloudflare/tests/session-management.test.ts 0/17
69
-
70
-  Test Files 0 passed (12)
71
-  Tests 1 passed (60)
72
-  Start at 14:33:31
73
-  Duration 301ms
74
- [?2026l[?2026h βœ“ test-cloudflare/tests/cors-security.test.ts (29 tests) 10ms
75
- βœ“ test-cloudflare/tests/session-management.test.ts (17 tests) 17ms
76
- βœ“ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 7ms
77
- βœ“ test-cloudflare/tests/delegation.test.ts (12 tests) 5ms
78
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
79
- 
80
- πŸ“¦ Installing dependencies with npm...
81
- βœ“ Lockfile created (package-lock.json) - remember to commit it
82
-
83
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
84
- 
85
- πŸ“¦ Installing dependencies with yarn...
86
- βœ“ Lockfile created (yarn.lock) - remember to commit it
87
-
88
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
89
- 
90
- πŸ“¦ Installing dependencies with pnpm...
91
- βœ“ Lockfile created (pnpm-lock.yaml) - remember to commit it
92
-
93
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
94
- 
95
- πŸ“¦ Installing dependencies with npm...
96
- βœ“ Lockfile created (package-lock.json) - remember to commit it
97
-
98
-
99
-
100
-
101
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
102
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
103
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
104
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
105
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
106
-
107
-  Test Files 7 passed (12)
108
-  Tests 144 passed (237)
109
-  Start at 14:33:31
110
-  Duration 401ms
111
- [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
112
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
113
-
114
-
115
-
116
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
117
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
118
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
119
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
120
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
121
-
122
-  Test Files 7 passed (12)
123
-  Tests 144 passed (237)
124
-  Start at 14:33:31
125
-  Duration 401ms
126
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
127
- 
128
- πŸ“¦ Installing dependencies with npm...
129
- βœ“ Lockfile created (package-lock.json) - remember to commit it
130
-
131
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
132
- 
133
- πŸ“¦ Installing dependencies with npm...
134
-
135
-
136
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
137
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
138
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
139
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
140
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
141
-
142
-  Test Files 7 passed (12)
143
-  Tests 144 passed (237)
144
-  Start at 14:33:31
145
-  Duration 401ms
146
- [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
147
- Failed to install dependencies with npm.
148
-
149
-
150
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
151
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
152
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
153
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
154
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
155
-
156
-  Test Files 7 passed (12)
157
-  Tests 144 passed (237)
158
-  Start at 14:33:31
159
-  Duration 401ms
160
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
161
- 
162
- πŸ“¦ Installing dependencies with npm...
163
-
164
-
165
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
166
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
167
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
168
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
169
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
170
-
171
-  Test Files 7 passed (12)
172
-  Tests 144 passed (237)
173
-  Start at 14:33:31
174
-  Duration 401ms
175
- [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
176
- Failed to install dependencies with npm.
177
-
178
-
179
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
180
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
181
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
182
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
183
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
184
-
185
-  Test Files 7 passed (12)
186
-  Tests 144 passed (237)
187
-  Start at 14:33:31
188
-  Duration 401ms
189
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
190
- 
191
- πŸ“¦ Installing dependencies with npm...
192
-
193
-
194
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
195
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
196
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
197
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
198
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
199
-
200
-  Test Files 7 passed (12)
201
-  Tests 144 passed (237)
202
-  Start at 14:33:31
203
-  Duration 401ms
204
- [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
205
- Failed to install dependencies with npm.
206
-
207
- stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
208
- [RemoteConfig] Neither projectId nor agentDid provided
209
-
210
-
211
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
212
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
213
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
214
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
215
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
216
-
217
-  Test Files 7 passed (12)
218
-  Tests 144 passed (237)
219
-  Start at 14:33:31
220
-  Duration 401ms
221
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
222
- 
223
- πŸ“¦ Installing dependencies with npm...
224
-
225
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
226
- 
227
- πŸ“¦ Installing dependencies with unknown...
228
-
229
-
230
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
231
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
232
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
233
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
234
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
235
-
236
-  Test Files 7 passed (12)
237
-  Tests 144 passed (237)
238
-  Start at 14:33:31
239
-  Duration 401ms
240
- [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
241
- ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
242
-
243
-
244
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
245
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
246
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
247
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
248
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
249
-
250
-  Test Files 7 passed (12)
251
-  Tests 144 passed (237)
252
-  Start at 14:33:31
253
-  Duration 401ms
254
- [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
255
- 
256
- πŸ“¦ Installing dependencies with npm...
257
-
258
- βœ“ src/__tests__/helpers/generate-identity.test.ts (24 tests) 49ms
259
- βœ“ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
260
- βœ“ src/__tests__/helpers/install.test.ts (20 tests) 40ms
261
-
262
-  ❯ src/__tests__/cloudflare-template.test.ts 0/24
263
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/19
264
-  ❯ src/__tests__/helpers/generate-config.test.ts 0/25
265
-  ❯ src/__tests__/helpers/validate-project-structure.test.ts 0/23
266
-  ❯ test-cloudflare/tests/do-routing.test.ts 12/14
267
-
268
-  Test Files 7 passed (12)
269
-  Tests 144 passed (237)
270
-  Start at 14:33:31
271
-  Duration 401ms
272
- [?2026l[?2026h βœ“ test-cloudflare/tests/do-routing.test.ts (14 tests) 111ms
273
- βœ“ src/__tests__/helpers/generate-config.test.ts (25 tests) 64ms
274
- βœ“ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 58ms
275
-
276
-
277
-
278
-  ❯ src/__tests__/cloudflare-template.test.ts 8/24
279
-  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 6/19
280
-
281
-  Test Files 10 passed (12)
282
-  Tests 208 passed (237)
283
-  Start at 14:33:31
284
-  Duration 501ms
285
- [?2026l βœ“ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (19 tests) 176ms
286
- βœ“ src/__tests__/cloudflare-template.test.ts (24 tests) 193ms
287
-
288
-  Test Files  12 passed (12)
289
-  Tests  237 passed (237)
290
-  Start at  14:33:31
291
-  Duration  628ms (transform 543ms, setup 0ms, collect 1.03s, tests 732ms, environment 1ms, prepare 323ms)
292
-
293
-  % Coverage report from v8
294
- -----------------------------------|---------|----------|---------|---------|---------------------------------------------------
295
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
296
- -----------------------------------|---------|----------|---------|---------|---------------------------------------------------
297
- All files  |  94.67 |  91.07 |  100 |  94.67 |  
298
-  config-builder.ts  |  100 |  100 |  100 |  100 |  
299
-  fetch-cloudflare-mcpi-template.ts |  89.84 |  84.37 |  100 |  89.84 | 1863,1869,1888,1930-1936,1942,1945,1948,2044-2052
300
-  generate-config.ts  |  100 |  100 |  100 |  100 |  
301
-  generate-identity.ts  |  100 |  100 |  100 |  100 |  
302
-  install.ts  |  100 |  100 |  100 |  100 |  
303
-  validate-project-structure.ts  |  100 |  100 |  100 |  100 |  
304
- -----------------------------------|---------|----------|---------|---------|---------------------------------------------------
305
- [?25h
1
+
2
+ > @kya-os/create-mcpi-app@1.7.36 test:coverage /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
+ > vitest --run --coverage
4
+
5
+ β–² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:15:6:
8
+ 15 β”‚ "types": "./dist/index.d.ts"
9
+ β•΅ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:13:6:
14
+ 13 β”‚ "import": "./dist/index.js",
15
+ β•΅ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:14:6:
20
+ 14 β”‚ "require": "./dist/index.js",
21
+ β•΅ ~~~~~~~~~
22
+
23
+ β–² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
24
+
25
+ package.json:20:6:
26
+ 20 β”‚ "types": "./dist/helpers/config-builder.d.ts"
27
+ β•΅ ~~~~~~~
28
+
29
+ The "import" condition comes earlier and will be used for all "import" statements:
30
+
31
+ package.json:18:6:
32
+ 18 β”‚ "import": "./dist/helpers/config-builder.js",
33
+ β•΅ ~~~~~~~~
34
+
35
+ The "require" condition comes earlier and will be used for all "require" calls:
36
+
37
+ package.json:19:6:
38
+ 19 β”‚ "require": "./dist/helpers/config-builder.js",
39
+ β•΅ ~~~~~~~~~
40
+
41
+
42
+ RUN v4.0.5 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
43
+ Coverage enabled with v8
44
+
45
+ βœ“ test-cloudflare/tests/cors-security.test.ts (29 tests) 6ms
46
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
47
+ [Session] Created session: secure-session
48
+
49
+ βœ“ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 6ms
50
+ βœ“ test-cloudflare/tests/session-management.test.ts (17 tests) 20ms
51
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
52
+
53
+ πŸ“¦ Installing dependencies with npm...
54
+ βœ“ Lockfile created (package-lock.json) - remember to commit it
55
+
56
+ βœ“ test-cloudflare/tests/delegation.test.ts (12 tests) 12ms
57
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
58
+
59
+ πŸ“¦ Installing dependencies with yarn...
60
+ βœ“ Lockfile created (yarn.lock) - remember to commit it
61
+
62
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
63
+
64
+ πŸ“¦ Installing dependencies with pnpm...
65
+ βœ“ Lockfile created (pnpm-lock.yaml) - remember to commit it
66
+
67
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
68
+
69
+ πŸ“¦ Installing dependencies with npm...
70
+ βœ“ Lockfile created (package-lock.json) - remember to commit it
71
+
72
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
73
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
74
+
75
+ stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
76
+
77
+ πŸ“¦ Installing dependencies with npm...
78
+ βœ“ Lockfile created (package-lock.json) - remember to commit it
79
+
80
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
81
+
82
+ πŸ“¦ Installing dependencies with npm...
83
+
84
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
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
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
89
+ Failed to install dependencies with npm.
90
+
91
+ πŸ“¦ Installing dependencies with npm...
92
+
93
+
94
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
95
+
96
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
97
+ πŸ“¦ Installing dependencies with npm...
98
+
99
+ Failed to install dependencies with npm.
100
+
101
+ βœ“ src/__tests__/helpers/generate-identity.test.ts (24 tests) 32ms
102
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
103
+
104
+ πŸ“¦ Installing dependencies with npm...
105
+
106
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
107
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
108
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
109
+
110
+ πŸ“¦ Installing dependencies with unknown...
111
+
112
+
113
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
114
+
115
+ πŸ“¦ Installing dependencies with npm...
116
+
117
+ stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
118
+ [RemoteConfig] Neither projectId nor agentDid provided
119
+
120
+ βœ“ src/__tests__/helpers/install.test.ts (20 tests) 44ms
121
+ βœ“ src/__tests__/helpers/generate-config.test.ts (25 tests) 68ms
122
+ βœ“ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
123
+ βœ“ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 48ms
124
+ βœ“ test-cloudflare/tests/do-routing.test.ts (14 tests) 182ms
125
+ ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (19 tests | 1 failed) 139ms
126
+ βœ“ should fetch and generate template successfully 19ms
127
+ βœ“ should use default project name from path when not provided 8ms
128
+ βœ“ should handle different package managers 28ms
129
+ βœ“ should generate template with correct project structure 7ms
130
+ βœ“ should generate consistent template structure on multiple calls 12ms
131
+ βœ“ should handle template generation without overwriting existing files incorrectly 8ms
132
+ βœ“ should handle missing dependencies gracefully 1ms
133
+ βœ“ should handle permission errors gracefully 1ms
134
+ βœ“ should handle disk space errors (simulated) 2ms
135
+ βœ“ should transform project name to valid class name 6ms
136
+ βœ“ should handle special characters in project name 6ms
137
+ βœ“ should handle numeric project names 5ms
138
+ βœ“ should transform KV namespace bindings correctly 6ms
139
+ Γ— should transform package.json scripts correctly 2ms
140
+ βœ“ should transform index.ts class name correctly 5ms
141
+ βœ“ should include API key in .dev.vars when provided 5ms
142
+ βœ“ should handle missing API key gracefully 5ms
143
+ βœ“ should skip identity generation when skipIdentity is true 5ms
144
+ βœ“ should generate identity when skipIdentity is false 5ms
145
+ βœ“ src/__tests__/cloudflare-template.test.ts (24 tests) 167ms
146
+
147
+ ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
148
+
149
+ FAIL src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts > fetchCloudflareMcpiTemplate > Template transformation > should transform package.json scripts correctly
150
+ Error: ENOENT: no such file or directory, mkdir '/Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/test-temp/fetch-test-1762237108044-020si'
151
+ ❯ Object.module.exports.makeDirSync ../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js:23:13
152
+ ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts:20:8
153
+ 18| beforeEach(() => {
154
+ 19| tempDir = path.join(process.cwd(), 'test-temp', `fetch-test-${Date…
155
+ 20| fs.ensureDirSync(tempDir);
156
+ | ^
157
+ 21| console.log = vi.fn();
158
+ 22| console.error = vi.fn();
159
+
160
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯
161
+
162
+
163
+ Test Files 1 failed | 11 passed (12)
164
+ Tests 1 failed | 236 passed (237)
165
+ Start at 00:18:27
166
+ Duration 702ms (transform 602ms, setup 0ms, collect 1.14s, tests 726ms, environment 1ms, prepare 649ms)
167
+
168
+  ELIFECYCLE  Command failed with exit code 1.