Skip to content

runtime eol deploy block audit for VS Code

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

Install runtime eol deploy block audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "runtime-eol-deploy-block-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/runtime-eol-deploy-block-audit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

runtime eol deploy block audit in other clients