Commit b68e46c
release: Version 2.0.10 - Fix CI test failures
Added mcp dependencies to CI workflow to fix test collection errors.
Changes:
- Updated .github/workflows/ci.yml to install mcp optional dependencies
- This resolves ModuleNotFoundError when tests import from mcp_server.py
All CI checks should now pass:
✓ Ruff linting
✓ Black formatting
✓ MyPy type checking
✓ Pytest test suite (with mcp module available)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c953d74 commit b68e46c
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments