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