Skip to content
VS Code

renpy release gate for VS Code

io.github.jmshinhwa/renpy-release-gate

Find the .rpy lines that compile clean and only break inside a player's save

client:VS Code transport:stdio runtime:npm

Install renpy release gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "renpy-release-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/renpy-release-gate"
      ]
    }
  }
}

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

renpy release gate in other clients