runtime eol deploy block audit for Cursor
io.github.jmshinhwa/runtime-eol-deploy-block-audit
Finds the end-of-life runtimes an AI assistant still writes for you — node:20, python3.9, ubuntu-22
client:Cursor
transport:stdio
runtime:npm
Install runtime eol deploy block audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runtime-eol-deploy-block-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/runtime-eol-deploy-block-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs