Wraith v0.3.2 — pip-install fix (pin mcp<2)
Fixed
- Pin
mcp>=1,<2.wraith.mcpuses the v1 FastMCP API, whichmcp2.x renamed
toMCPServer; an unpinnedpip install wraithpulled 2.x and broke the
import. (The lockfile already pinned v1, so CI/uv were unaffected — a plain
pip installwas not.)