What problem does it solve?
It prevents wasted planning and incorrect tool claims by discovering which MCP servers and tool families are actually available at runtime on the current host before an agent tries browser, Playwright, DevTools, desktop, or design/crawl capabilities.
Core Features & Use Cases
- Runtime MCP registry validation: Selects MCP capability based on the live registry evidence stored in
.supervibe/memory/mcp-registry.json, avoiding assumptions from config-only intent.
- Host-correct capability gating: Enforces fail-closed behavior when tools are missing, stale, host-mismatched, or not exposed by the current host tool palette.
- Capability-specific evidence separation: Distinguishes
browser vs playwright vs chrome-devtools vs figma so the agent only claims the proof surface the runtime registry supports.
- Safe fallbacks with confidence caps: Routes to visible non-MCP fallbacks when runtime proof is unavailable and caps confidence when freshness is unknown or stale.
Quick Start
Ask your AI to run MCP discovery at session start and then route the work to the best available capability for browser, Playwright, DevTools, desktop, Figma, or current-docs based on .supervibe/memory/mcp-registry.json.