paybond-kit 0.11.9
Release paybond-kit 0.11.9 — doctor MCP probe and MCP startup fixes.
Highlights
- Doctor MCP probe —
paybond doctor --agentnow speaks NDJSON (matching FastMCP stdio) instead of Content-Length framing, somcp_initializeandmcp_tools_listchecks pass reliably. - MCP startup — Principal preload runs in a background task instead of blocking FastMCP lifespan; gateway auth failures no longer crash the server before
initialize. - MCP settings —
PaybondMCPSettings.from_envreads gateway URL from the env file when process env is absent. - Starter templates — Bundled templates require
paybond-kit>=0.11.9.
Install
pip install paybond-kit==0.11.9Verify
paybond doctor --agent --format json | jq '.data.checks[] | select(.name | startswith("mcp_"))'Should complete in ~10–20 seconds with mcp_initialize ok.