Skip to content

ai model retirement lint for Cline

io.github.jmshinhwa/ai-model-retirement-lint

Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to

client:Cline transport:stdio runtime:npm

Install ai model retirement lint in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "ai-model-retirement-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/ai-model-retirement-lint"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ai model retirement lint in other clients