Expand description
Interactive setup wizard for configuring AI coding tools to use MAG.
The mag setup subcommand detects installed AI tools, presents their
configuration status, and writes MCP config entries so that each tool
can communicate with the MAG daemon.
Structs§
- Setup
Args - Arguments for the
mag setupsubcommand, mapped from the CLI layer.
Functions§
- parse_
transport - Parses a CLI transport string into a
TransportMode. - run_
setup - Main entry point for
mag setup.