MCP reference
This route summarizes the shipped MCP surface and links into the generated tool index derived from the implemented tool catalog.
Setup and validation
Tools cover the same setup, doctor, validate, verify, and smoke paths exposed through the CLI.
Retrieval and artifacts
Incidents, bundles, reproductions, and logs all remain available through the MCP surface.
Management parity
Tokens, alerts, webhooks, weekly reports, and project flows stay aligned with the API and CLI surfaces.
Incident hygiene
Treat open incidents as actionable work. After a fix is verified, or after an intentional smoke, dogfood, or verification incident has served its purpose, resolve it through MCP so agents and humans see the same remaining queue.
Smoke-test cleanup recipe
- Call
list_incidentswithstatus: "open". - Filter incidents whose titles show they were intentionally generated for smoke, dogfood, verification, or synthetic checks.
- Call
resolve_incidentfor each verified synthetic incident. - Call
list_incidentsagain and confirm the open queue only contains actionable failures.