gate for VS Code
io.github.nugehs/gate
One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.
client:VS Code
transport:stdio
runtime:npm
Install gate in VS Code
.vscode/mcp.json
{
"servers": {
"gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/gate"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs