Skip to content

v0.2.0 — installable MCP server + quality-first routing

Choose a tag to compare

@ribato22 ribato22 released this 24 Jul 01:50

Highlights

  • Installable MCP server — run it clone-free from any MCP client:
    uvx --from "baton-orchestrator[mcp]" baton-mcp
    (or pip install "baton-orchestrator[mcp]" then baton-mcp). A starting-point server.json is included for MCP registries.
  • Quality-first routing (new default) — each sub-task goes to the strongest model capable of it. --prefer cash_protect_quota restores subscription-quota right-sizing.
  • Python 3.11+ support, Node-24 pinned Actions, secret scanning, and a Mermaid architecture diagram.
pip install baton-orchestrator        # CLI + library (imports as `baton`)
baton "your goal"

See CHANGELOG.md for the full 0.2.0 notes.