Commit 8708c2a
fix: move MCP import to end of lib.ts to fix test failures
The MCP import was causing CI test failures for 'env should work with different params'
and 'testing "run" is global' because it was imported before core globals were initialized.
Moving the import to the end of lib.ts ensures all globals are available when MCP loads.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e3d184e commit 8708c2a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
0 commit comments