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 ”, “when was last released”, “what changed in the newest release”. Returns the latest published stable release (tag, name, date, prerelease flag, release notes, downloadable assets with download counts) plus recent releases. Falls back to git tags for repos that tag but do not cut formal releases.

Parameters

NameTypeRequiredDescription
ownerstringyesRepo owner or org (e.g. “cli”).
repostringyesRepo name (e.g. “cli”).
per_pagenumbernoNumber 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.

Regenerated from source · build June 24, 2026