Skip to content

v0.4.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Mar 04:50
· 28 commits to main since this release

Installation

# Run directly
uvx climax-mcp

# Install globally
uv tool install climax-mcp

# Or with pip
pip install climax-mcp

Note: This is a pre-release version for testing. Install this specific version with:

uvx climax-mcp==0.4.0-rc1
uv tool install climax-mcp==0.4.0-rc1
pip install climax-mcp==0.4.0-rc1

Changes

  • Add HTTP-based MCP server transports (SSE and Streamable HTTP)
  • Fix all ruff lint errors

Full Changelog: v0.3.1...v0.4.0-rc1