MCP v1 surface summary
Versioned summary of the shipped DebugBundle MCP surface. Use the main MCP guide for setup, authentication, and workflow details.
Primary MCP guide
For installation, authentication, and agent workflow setup, start with MCP Server. This page is a versioned summary route for the v1 docs tree.
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 active incidents as actionable work. Active means open or regressed. 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: "active". - Filter incidents whose titles show they were intentionally generated for smoke, dogfood, verification, or synthetic checks.
- Call
resolve_incidentsfor verified synthetic incidents, orresolve_incidentfor a single incident. - Call
list_incidentsagain and confirm the needs-attention queue only contains actionable failures.