Skip to content

v0.5.0.dev1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 00:47
· 20 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

The default limit of 10 caused MCP clients to only see the first 10 tools
from large configs (e.g. gh.yaml's 47 tools). Bumps default limit to 50,
adds offset parameter for true pagination, and includes total_matches/
returned/has_more metadata so agents know when results are truncated.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Full Changelog: v0.5.0.dev0...v0.5.0.dev1