API
TBD. This section will document the public surface of the server: MCP tool schemas and HTTP route contracts.
For now, the canonical references are:
- MCP tools — the seven Phase 2 tools live under
src/mcp/tools/with Zod input schemas. See components/mcp-tools.md for the registration pattern. - HTTP routes — auth (
/auth/:platform/start,/auth/:platform/callback), admin (/admin/*), MCP (POST /mcp). See components/oauth-routes.md, components/admin-routes.md, and components/mcp-server.md.
A formal request/response reference will be generated here once the tool surface stabilises (post-Phase 3).