dotnet eol support gate for Gemini CLI
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:Gemini CLI
transport:stdio
runtime:npm
Install dotnet eol support gate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs