Skip to content
VS Code

pare build for VS Code

io.github.dave-london/pare-build

Pare Build ג€” Structured build output (tsc, esbuild, vite, webpack) as typed JSON diagnostics.

client:VS Code transport:stdio runtime:npm

Install pare build in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-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

pare build in other clients