ui-automation-control-plane

How-To: MCP Agent Review Loop

Use this page when you want to connect Codex, Claude Code, or another MCP-capable client to Prooflane’s deeper review layer without turning the product into a generic chat assistant.

What This Integration Is

What This Integration Is Not

Best Fit

Use this loop after a result already exists.

Think of it like asking a well-prepared operator to hand you the clipboard, not like opening a second control room.

Prooflane still starts from:

  1. Stress Lab for the target and experiment mode
  2. Runs & Blocks for the latest result and manual-gate state
  3. Advanced Review for governed comparison

MCP comes in after that result path exists.

The Fast Review Loop

  1. uiq_run_overview
  2. uiq_generate_release_brief
  3. uiq_find_similar_failures
  4. uiq_list_manual_gates
  5. uiq_explain_template_feasibility

What this gives you in plain English:

Why This Is A Truthful Claim

These capabilities are backed by repo-owned surfaces today:

So the truthful statement is:

Prooflane works with Codex, Claude Code, and other MCP-capable clients through a governed, read-mostly MCP surface.

That is very different from claiming a native chat product or a hosted AI assistant.

Minimal MCP Config Reminder

{
  "mcpServers": {
    "uiq": {
      "command": "pnpm",
      "args": ["mcp:start"],
      "cwd": "/ABSOLUTE/PATH/TO/REPO"
    }
  }
}

If you want the optional review-oriented tool groups, add:

{
  "UIQ_MCP_TOOL_GROUPS": "advanced,analysis,proof"
}

Where To Go Next