This is an internal Go library, not a runnable program. To use the Bron MCP server, run
bron mcpfrom bron-cli, or open Bron Desktop → MCP Server.
Shared, spec-driven API tooling generated from the Bron public API's OpenAPI spec:
- catalog — the API distilled into data (resources, verbs, path/query params, body fields, types, enums, descriptions) plus the embedded spec.
- helpers — request/response utilities the CLI and MCP tools both use (query params, request bodies, output projection, date humanization, jq filtering, embeds, untrusted-field wrapping).
- mcptools — builds MCP tools from the catalog at runtime.
Consumed by bron-cli (its command tree and bron mcp) and by Bron Desktop's embedded MCP server, so
the agent tooling never diverges between them.