Skip to content
Windsurf

coverage gate lint for Windsurf

io.github.jmshinhwa/coverage-gate-lint

Finds the coverage gates in your repo that can never fail a build

client:Windsurf transport:stdio runtime:npm

Install coverage gate lint in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "coverage-gate-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/coverage-gate-lint"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

coverage gate lint in other clients