Audit local test structure using aggregate assertions without returning test names, paths, or...
claude mcp add test-shape-mcp -- npx -y test-shape-mcp
claude_desktop_config.json
{
"mcpServers": {
"test-shape-mcp": {
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"test-shape-mcp": {
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"test-shape-mcp": {
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"test-shape-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"test-shape-mcp": {
"command": "npx",
"args": [
"-y",
"test-shape-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--test-shape-mcp/reviews or the review_server meta-tool.
POST /mcp