MCP Rigor logo MCP Rigor

QA workspace

Use MCP Rigor in a browser to edit, validate, and run saved tests.

Start it

From your test directory:

mcprigor workspace .

Choose a port if needed:

mcprigor workspace . --port 4173

Open the printed local URL, for example http://127.0.0.1:4173.

Daily workflow

  1. Select a .mcpr suite in the left panel.
  2. Edit the plain-language scenario.
  3. Choose Validate.
  4. Fix any diagnostic shown below the editor.
  5. Choose Run tests or Run parity.
  6. Review the result panel.
  7. Save the file.

The editor marks unsaved changes. If the file changed elsewhere after you opened it, the workspace refuses to overwrite it and asks you to reload.

What is available

Current candidate limits

The browser currently focuses on the core edit/validate/run/parity loop. Use the CLI for:

See the CLI reference.

Security

The workspace:

Do not expose the workspace through a public proxy. Stop it with Ctrl+C when finished.

Problems

If a suite does not appear, confirm that:

For server and test failures, see troubleshooting.