pyproject release gate for Cursor
io.github.jmshinhwa/pyproject-release-gate
19 date-aware checks on the [project] metadata that decides whether your next release uploads
client:Cursor
transport:stdio
runtime:npm
Install pyproject release gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pyproject-release-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/pyproject-release-gate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs