Skip to content
VS Code

test for VS Code

io.github.dave-london/test

Auto-detects test framework (pytest, jest, vitest) and returns structured results.

client:VS Code transport:stdio runtime:npm

Install test in VS Code

.vscode/mcp.json

{
  "servers": {
    "test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/test"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

test in other clients