tesults mcp for VS Code
io.github.tesults/tesults-mcp
Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.
client:VS Code
transport:stdio
runtime:npm
Install tesults mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "tesults-api-token",
"description": "TESULTS_API_TOKEN",
"password": true
}
],
"servers": {
"tesults-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tesults-mcp"
],
"env": {
"TESULTS_API_TOKEN": "${input:tesults-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs