get_releases
Pack: github · Endpoint: https://gateway.pipeworx.io/github/mcp
Get the latest release and recent release history for a repository — the canonical way to answer “what is the latest version of
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
owner | string | yes | Repo owner or org (e.g. “cli”). |
repo | string | yes | Repo name (e.g. “cli”). |
per_page | number | no | Number of recent releases to list (default 5, max 30). |
Example call
curl -X POST https://gateway.pipeworx.io/github/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_releases","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"github": {
"url": "https://gateway.pipeworx.io/github/mcp"
}
}
}
See Getting Started for client-specific install steps.