Logic Testing
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add logic-testingQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"logic-testing": {
"command": "npx",
"args": [
"@modelcontextprotocol/logic-testing"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Pure logic and math testing with Vitest. Use for single-point assertions on functions, state transitions, and physics calculations. Auto-apply when editing *.test.ts files (except *Progressions.test.ts).
Tags
developmenttypescriptrustbashtestingskill