Skip to content

paybond-kit 0.11.7

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 22:34

Release paybond-kit 0.11.7 — MCP stdio entrypoint fix for doctor and host probes.

Highlights

  • MCP serve sync entrypointpaybond mcp serve and paybond-mcp-server call run_mcp_stdio() directly; paybond mcp serve short-circuits before asyncio.run().
  • Doctor fix — Fixes RuntimeError: Already running asyncio in this thread during paybond doctor --agent MCP 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.7

Verify

paybond doctor --agent --format json

MCP checks should report ok: true when a sandbox API key is configured.