API Reference Codicil v#0.7.1
View SourceModules
Semantic code search and analysis for Elixir projects via MCP (Model Context Protocol).
Macro for registering MCP tools with default descriptions.
Find functions by describing what they do in natural language. Searches using semantic similarity, not exact names.
Get complete source code for a function with full context: module directives (use/alias/import) and file location.
List all functions called by a specific source function. Shows what code a function depends on.
List all functions that call a specific target function. Analyzes the call graph to show dependencies.
List all dependencies for a module: imports, aliases, uses, requires, and runtime function calls.
List all modules that depend on a given module (reverse dependency lookup).
Mix Tasks
Runs Codicil database migrations.
Initializes the Codicil database.