Skip to content

paybond-kit 0.11.9

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 23:35

Release paybond-kit 0.11.9 — doctor MCP probe and MCP startup fixes.

Highlights

  • Doctor MCP probepaybond doctor --agent now speaks NDJSON (matching FastMCP stdio) instead of Content-Length framing, so mcp_initialize and mcp_tools_list checks 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 settingsPaybondMCPSettings.from_env reads 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.9

Verify

paybond doctor --agent --format json | jq '.data.checks[] | select(.name | startswith("mcp_"))'

Should complete in ~10–20 seconds with mcp_initialize ok.