HexpmMcp.Client (hexpm_mcp v0.3.2)

Copy Markdown View Source

HTTP client for the hex.pm API.

Wraps Req with rate limiting, user-agent headers, and response parsing.

Summary

Functions

Make a GET request to the hex.pm API.

Get the owners of a package.

Get detailed package information.

Get a specific release of a package.

Search for packages by query string.

Functions

get(path, opts \\ [])

Make a GET request to the hex.pm API.

get_owners(name)

Get the owners of a package.

get_package(name)

Get detailed package information.

get_release(name, version)

Get a specific release of a package.

search(query, opts \\ [])

Search for packages by query string.