Audits tests instead of writing them: what each one really asserts. 4 tools, local.
claude mcp add jarroba-tools-tests -- npx -y @jarroba/mcp-tests
claude_desktop_config.json
{
"mcpServers": {
"jarroba-tools-tests": {
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"jarroba-tools-tests": {
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jarroba-tools-tests": {
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"jarroba-tools-tests": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jarroba-tools-tests": {
"command": "npx",
"args": [
"-y",
"@jarroba/mcp-tests"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Invarato--jarroba-tools-tests/reviews or the review_server meta-tool.
POST /mcp