@paybond/kit 0.10.0
Release @paybond/kit 0.10.0 with a unified cross-language paybond CLI and MCP host tooling.
Highlights
- Unified
paybondCLI — canonical command tree for login, guardrail scaffold, MCP setup, doctor, audit exports, keys, guardrails, and tenant-scoped reads. Legacy aliases (paybond-kit-login,paybond-init,paybond-mcp-server) remain as thin wrappers. - TS/Python parity — shared command names, global flags, JSON envelope output, exit codes, redaction rules, and CLI contract tests across both kits.
- MCP host workflow —
paybond mcp serve,paybond mcp install,paybond mcp verify-config, andpaybond mcp toolsfor Claude, Codex, OpenAI, and generic stdio hosts. - Agent diagnostics —
paybond doctor --agentvalidates credentials, principal lookup, MCP startup, and tool listing for coding-agent setups. - Automation-friendly output —
--format jsonenvelope,--jsonfield selection,--jqfiltering, and stable error categories for CI and agent runtimes. - MCP registry metadata —
server.jsonand MCP server version bumped to0.10.0.
Install
npm install @paybond/kit@0.10.0Docs
- CLI contract: https://paybond.ai/docs/kit/cli-contract
- Coding-agent setup: https://paybond.ai/docs/kit/coding-agent-setup
- MCP server guide: https://paybond.ai/docs/kit/mcp-server