dotnet eol support gate for Cursor
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:Cursor
transport:stdio
runtime:npm
Install dotnet eol support gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs