Dates every target framework in a .csproj against Microsoft's end-of-support day and against the sup
claude mcp add dotnet-eol-support-gate -- npx -y @readystack/dotnet-eol-support-gate
claude_desktop_config.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"dotnet-eol-support-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dotnet-eol-support-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/dotnet-eol-support-gate"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--dotnet-eol-support-gate/reviews or the review_server meta-tool.
POST /mcp