webtest-ai mcp
Starts the WebTest AI MCP server over stdio.
webtest-ai mcp
webtest-ai mcp --config webtest-ai.config.json
The MCP server exposes local reports, specs, artifacts, integration exports, and explicit browser debug tools. It does not publish to vendor services.
Typical agent configuration:
{
"mcpServers": {
"webtest-ai": {
"command": "npx",
"args": ["@asserthive/webtest-ai", "mcp"]
}
}
}
Browser-session MCP tools are for explicit debug, recording, and agent-assisted exploration. Deterministic webtest-ai run execution remains the source of pass/fail truth.