Skip to content

paybond-kit 0.11.8

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 22:50

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 --agent could hang indefinitely with no JSON output.

Install

pip install paybond-kit==0.11.8

Verify

paybond doctor --agent --format json | jq '.data.summary'

Should return within ~15 seconds.