HexdocsMcp.MixDeps (HexDocs MCP v0.6.0)

View Source

Functionality for reading and processing Mix dependencies using AST evaluation.

Summary

Functions

Reads dependencies from a mix.exs file and returns a list of hex packages. Only returns dependencies that are from hex.pm. Evaluates the project/0 function in a sandboxed environment.

Functions

read_deps(mix_file_path)

Reads dependencies from a mix.exs file and returns a list of hex packages. Only returns dependencies that are from hex.pm. Evaluates the project/0 function in a sandboxed environment.