a year ago
A Model Context Protocol (MCP) server for debugging pytest failures using systematic debugging principles.
🛠 Tools Available
register_pytest_failure - Register a new test failure
list_failures - List all registered failures
get_failure_info - Get detailed information about a specific failure
debug_with_principle - Apply debugging principles systematically
analyze_failures - Analyze patterns in test failures
generate_debug_prompt - Generate LLM prompts for debugging
pytest_docs_guide - Get pytest documentation guidance
example_tool - Example tool for testing
Server Config
{
"mcpServers": {
"pytest-mcp-server": {
"command": "pytest-mcp-server",
"args": [
"start"
],
"env": {
"DATA_DIR": "./pytest-data"
}
}
}
}