Fixes a startup failure on fresh installs. MCP Python SDK 2.0.0 removed mcp.server.fastmcp, and the dependency was declared as mcp>=1.8.0, so new installs resolved to 2.x and crashed with ModuleNotFoundError. Now pinned to mcp>=1.8.0,<2. Migration to SDK 2.x is tracked in #44.
What's Changed
- fix: pin mcp<2, add clean-install smoke and black-box integration CI by @killme2008 in #45
Full Changelog: v0.5.1...v0.5.2