Skip to content

v1.7.4 — Fix MCP setup on uv environments

Choose a tag to compare

@fmicalizzi fmicalizzi released this 06 Jul 05:54
· 18 commits to main since this release

What's Changed

  • Fix mool mcp setup failing on uv tool install environments (Windows/Linux) — when uv is available, skip the mcp package check entirely since uv run resolves PEP 723 inline dependencies automatically. Previously it demanded pip install mcp which doesn't work in uv-managed venvs (no pip).
  • 627 tests passing.