Skip to content

dotnet eol support gate for Cline

io.github.jmshinhwa/dotnet-eol-support-gate

Dates every target framework in a .csproj against Microsoft's end-of-support day and against the sup

client:Cline transport:stdio runtime:npm

Install dotnet eol support gate 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": {
    "dotnet-eol-support-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/dotnet-eol-support-gate"
      ]
    }
  }
}

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

dotnet eol support gate in other clients