Skip to content

dotnet eol support gate for Grok

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:Grok transport:stdio runtime:npm

Install dotnet eol support gate in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dotnet-eol-support-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/dotnet-eol-support-gate"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dotnet eol support gate in other clients