Run Tests After Changes
MCP Serverby aitmpl.com · Added 5mo ago
Claude
931
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"run-tests-after-changes": {
"command": "npx",
"args": [
"run-tests-after-changes"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Automatically run quick tests after code modifications to ensure nothing breaks. This hook executes 'npm run test:quick' silently after any Edit operation and provides feedback on test status. Helps catch breaking changes immediately during development. Only runs if package.json exists and the test:
Tags
developmenthookaitmplhook