paybond-kit 0.11.7
Release paybond-kit 0.11.7 — MCP stdio entrypoint fix for doctor and host probes.
Highlights
- MCP serve sync entrypoint —
paybond mcp serveandpaybond-mcp-servercallrun_mcp_stdio()directly;paybond mcp serveshort-circuits beforeasyncio.run(). - Doctor fix — Fixes
RuntimeError: Already running asyncio in this threadduringpaybond doctor --agentMCP checks (mcp_initialize,mcp_tools_list,mcp_tool_schemas,mcp_stdout_purity). - Starter templates — Bundled templates require
paybond-kit>=0.11.7.
Install
pip install paybond-kit==0.11.7Verify
paybond doctor --agent --format jsonMCP checks should report ok: true when a sandbox API key is configured.