get_release
Pack: hex-pm · Endpoint: https://gateway.pipeworx.io/hex-pm/mcp
Get details for a specific version (release) of a Hex.pm package (Elixir/Erlang mix package): dependency requirements, docs availability, publisher, and downloads.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Package name, e.g. “phoenix”. |
version | string | yes | Version string, e.g. “1.7.0”. |
Example call
curl -X POST https://gateway.pipeworx.io/hex-pm/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_release","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hex-pm": {
"url": "https://gateway.pipeworx.io/hex-pm/mcp"
}
}
}
See Getting Started for client-specific install steps.