You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.20.1 — cap the delegate extra below mcp 2.0
Fixes the delegate extra resolving to mcp 2.0.0, which renamed FastMCP to
MCPServer and removed the mcp.server.fastmcp import path. Constraint is now
mcp >= 1.0, < 2, guarded by tests/test_packaging.py.