Skip to content
VS Code

release gate for VS Code

io.github.dailyaiagents/release-gate

Local completion-contract checks and release receipts.

client:VS Code transport:stdio runtime:pypi

Install release gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "release-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dailyaiagents-release-gate"
      ]
    }
  }
}

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

release gate in other clients