/** * `ar-agents-mcp doctor` — diagnoses the MCP host bundle. * * The bundle exposes any of the underlying packages over MCP, deciding * which to enable based on env vars. The doctor's job is to make that * decision visible: which packages are wired, which tools each one * contributes, which env vars are missing for the rest — AND, in the * GOVERNANCE section, the art. 102 gate's exact blast radius: every exposed * tool, its resolved risk level, and whether it is GATED under the current * config. So an operator sees what default-ON refuses BEFORE/after upgrading. * * Treat this as the canonical "is my MCP host configured for AR ops" * checklist. Useful in Claude Desktop / Cursor / Continue configs. */ declare function runDoctor(): Promise; export { runDoctor };