Igniter installer for Ectomancer.
This Mix task is automatically discovered and run by mix igniter.install ectomancer.
It configures Ectomancer in the user's project after the dependency is added.
Usage
mix igniter.install ectomancerThis will:
- Check for required dependencies (Ecto, Plug)
- Discover Ecto schemas in your project
- Prompt you to select which schemas to expose
- Generate an MCP module exposing the selected schemas
- Configure Ectomancer in
config/config.exs - Add the MCP route to your Phoenix router
- Add the Anubis supervisor to your application supervision tree