Commit 4a50cf6
fix(test): run cli.ts via tsx instead of dist/cli.js
Fixes BUG-005: the MCP initialize integration test no longer requires a
prior npm run build. Replaced dist/cli.js spawn with tsx src/cli.ts so
the test works on a clean checkout. Increased timeout to 10s to allow
tsx startup. Coverage: 88.18% (was 87.36%).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a9b90e1 commit 4a50cf6
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
229 | 231 | | |
230 | | - | |
231 | | - | |
| 232 | + | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
237 | | - | |
| 239 | + | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| |||
0 commit comments