0.2.1
This patch keeps the MCP server available after a fresh install or dependency update.
What changed
- Constrained the MCP Python SDK to the supported 1.x release line.
- Added a packaging regression test for the upper dependency bound.
Before / After
Before
flowchart LR
A[Install or update] --> B[mcp 2.x selected]
B --> C[FastMCP import fails]
C --> D[Tools unavailable]After
flowchart LR
A[Install or update] --> B[mcp 1.x selected]
B --> C[FastMCP server starts]
C --> D[Writing tools available]