coverage gate lint for Cursor
io.github.jmshinhwa/coverage-gate-lint
Finds the coverage gates in your repo that can never fail a build
client:Cursor
transport:stdio
runtime:npm
Install coverage gate lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"coverage-gate-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/coverage-gate-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs