Skip to content
VS Code

pyproject release gate for VS Code

io.github.jmshinhwa/pyproject-release-gate

19 date-aware checks on the [project] metadata that decides whether your next release uploads

client:VS Code transport:stdio runtime:npm

Install pyproject release gate in VS Code

.vscode/mcp.json

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

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

pyproject release gate in other clients