Skip to content
Cursor

angular removed api lint for Cursor

io.github.jmshinhwa/angular-removed-api-lint

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

client:Cursor transport:stdio runtime:npm

Install angular removed api lint in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "angular-removed-api-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/angular-removed-api-lint"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

angular removed api lint in other clients