Igniter installer for Ectomancer.
This module provides the installer callback used by mix igniter.install ectomancer.
It reuses the existing Ectomancer.Installer.* modules for discovery, generation,
and configuration updates, while using Igniter utilities for supervision tree patching.
Igniter handles adding
{:ectomancer, "~> 1.5"}tomix.exsautomatically — this installer focuses on the remaining setup steps.
Usage
mix igniter.install ectomancerThe installer 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
Summary
Functions
Igniter installer callback.