Releases: nonameuserd/paybond-kit
Releases · nonameuserd/paybond-kit
Release list
@paybond/kit 0.12.14
Paybond Kit 0.12.14
Hosted Streamable HTTP MCP and paybond mcp serve --transport http for TypeScript (@paybond/kit) and Python (paybond-kit).
Highlights
- Streamable HTTP MCP transport with per-request Bearer service-account auth (no baked-in tenant key)
- Hosted MCP endpoint wiring for
mcp.paybond.aialongside local stdio paybond mcp serve --transport httpCLI path with Origin/healthz contract- CLI help and setup updates for MCP HTTP self-host and coding-agent docs parity
@paybond/kit 0.12.13
Paybond Kit 0.12.13
CLI reliability and operator-facing error UX for TypeScript (@paybond/kit) and Python (paybond-kit).
Highlights
--debug/PAYBOND_CLI_DEBUG=1prints error stack traces to stderr for diagnostics- Gateway auth failures map to stable CLI auth errors with login/doctor recovery hints
- Command-boundary validation errors (
ValueError/TypeError/RuntimeError) get per-command recovery guidance - Unexpected failures sanitize to non-secret messages with
paybond doctorguidance - Harbor HTTP and auth exit codes stay structured for JSON and human output
- CLI parity contract and regression coverage for router / HTTP error paths
@paybond/kit 0.12.12
Paybond Kit 0.12.12
Agent spend governance updates for TypeScript (@paybond/kit) and Python (paybond-kit).
Highlights
- Plaid bank-link client and CLI (
paybond plaid) for Link token, exchange, and account attach flows - CLI secret argv scrubbing and stronger redaction for doctor / smoke / help output
- Dev trace host binding hardening and trace buffer / server improvements
- Agent run-id helpers, attach-bundle / interceptor updates, and sandbox smoke checklist fixes
- Security regression coverage for receipts, x402 signatures, and CLI secret handling
@paybond/kit 0.12.11
Paybond Kit 0.12.11
Agent spend governance updates for TypeScript (@paybond/kit) and Python (paybond-kit).
Highlights
- Intent-terminal agent receipt compose result on evidence submit (
agent_receipt_intent_terminal/agentReceiptIntentTerminal) - Trace events include
reported_cost_cents/reportedCostCentsfrom tool results - Agent CLI / doctor / sandbox smoke checklist and discovery help improvements
- Dev trace buffer enhancements
- Template lockfiles and framework npm wrappers aligned to 0.12.11
@paybond/kit 0.12.10
Fix release
- Publishes the MCP doctor write-safety fix that was absent from the
0.12.9npm artifact, preventing broken child-process stdin writes from surfacing as unhandledEPIPEfailures. - Keeps the bundled MCP server, registry metadata, and starter-template package locks aligned at
0.12.10. - Includes no tenant-isolation, authentication, or authorization boundary changes.
Verification
The coordinated Kit release gates passed, including 801 TypeScript tests, npm package-consumer checks, MCP startup checks, Python package checks, and native extension validation.
@paybond/kit 0.12.9
Highlights
- Catalog/SKU-priced agent runs now distinguish authorized spend from reported completion cost in traces and smoke-check output.
- Adds Microsoft Agent Framework procurement starter and expands the CrewAI procurement starter.
- Hardens MCP doctor pipe handling and aligns MCP metadata with version 0.12.9.
- Repairs release verification and prepack behavior for reliable manual npm publication.
Install
- npm:
npm install @paybond/kit@0.12.9 - CLI MCP:
npx -y -p @paybond/kit paybond mcp serve - Bin:
paybond-mcp-server
@paybond/kit 0.12.8
Highlights
- Paystack CLI:
paybond paystack ready/paybond paystack doctorforpaystack_nipdestination checks (no secrets on argv). - Flutterwave and Adyen CLI: rail readiness doctors alongside settlement destination flows.
- Settlement rails:
adyen_manual_capture,flutterwave_virtual_account, andpaystack_nipin principal intent / agent mandate rail enums. - MCP:
server.jsonandSERVER_VERSIONaligned to0.12.8. - Starter template pins stamped for
@paybond/kit@0.12.8.
Install
- npm:
npm install @paybond/kit@0.12.8 - CLI MCP:
npx -y -p @paybond/kit paybond mcp serve - Bin:
paybond-mcp-server
@paybond/kit 0.12.7
Highlights
- Adyen CLI:
paybond adyen readyandpaybond adyen doctorverifyadyen_manual_capturerail enablement and destination config without accepting secrets on argv. - Settlement rail:
adyen_manual_capturesupported in principal intent / agent mandate rail enums. - MCP:
server.jsonandSERVER_VERSIONaligned to0.12.7. - Starter template lockfiles stamped for
@paybond/kit@0.12.7.
Install
- npm:
npm install @paybond/kit@0.12.7 - CLI MCP:
npx -y -p @paybond/kit paybond mcp serve - Bin:
paybond-mcp-server
@paybond/kit 0.12.6
Highlights
- Google ADK: TypeScript
@paybond/kit/google-adkspend-control adapter and sandbox demo smoke. - Cloudflare Agents: hand-maintained shopping scaffold uses bound
instrument()runtime correctly (sandbox: true/ attach context). - MCP:
server.jsonandSERVER_VERSIONaligned to0.12.6. - Starter template lockfiles stamped for
@paybond/kit@0.12.6.
Install
- npm:
npm install @paybond/kit@0.12.6 - CLI MCP:
npx -y -p @paybond/kit paybond mcp serve - Bin:
paybond-mcp-server
@paybond/kit 0.12.5
Highlights
- MCP tool metadata: richer descriptions, examples, and output schemas for
paybond_get_principalandpaybond_get_signed_portfolio_artifactto improve agent tool selection. - Glama:
glama.jsonis included in the published package files. - MCP registry /
server.jsonaligned to0.12.5.
Install
- npm:
npm install @paybond/kit@0.12.5 - CLI MCP:
npx -y -p @paybond/kit paybond mcp serve - Bin:
paybond-mcp-server