paybond-kit 0.11.8
Hotfix for paybond doctor --agent hanging after 0.11.7.
Fix
- Doctor MCP probe — Removed blocking
stdout.read()calls that waited for EOF while the MCP server was still running. After 0.11.7 fixed MCP startup,doctor --agentcould hang indefinitely with no JSON output.
Install
pip install paybond-kit==0.11.8Verify
paybond doctor --agent --format json | jq '.data.summary'Should return within ~15 seconds.