build for VS Code
io.github.dave-london/build
Structured build tool output (tsc, generic commands) as typed JSON diagnostics.
client:VS Code
transport:stdio
runtime:npm
Install build in VS Code
.vscode/mcp.json
{
"servers": {
"build": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/build"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs