Test Intel for VS Code
io.github.barissozudogru/test-intel
Coverage analysis, untested function detection and complexity scoring for TS and JS.
client:VS Code
transport:stdio
runtime:npm
Install Test Intel in VS Code
.vscode/mcp.json
{
"servers": {
"test-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/test-intel-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs