imyousuf/agentic-test-runner
A test runner which will run a test and debug the test failure with a MCP server, allowing coding context to remain clean
Platform-specific configuration:
{
"mcpServers": {
"agentic-test-runner": {
"command": "npx",
"args": [
"-y",
"agentic-test-runner"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...