renpy release gate for Windsurf
io.github.jmshinhwa/renpy-release-gate
Find the .rpy lines that compile clean and only break inside a player's save
client:Windsurf
transport:stdio
runtime:npm
Install renpy release gate in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"renpy-release-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/renpy-release-gate"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs