Index
CLI commands for MADA Tools.
The commands package provides a suite of command-line interface (CLI)
commands. Each command is implemented as a separate module and is designed to
be integrated with the main argument parser for flexible and scriptable control.
Modules:
| Name | Description |
|---|---|
base_cmd |
Defines the abstract base class |
start_servers |
Implements the |
stop_servers |
Implements the |
restart_servers |
Implements the |
servers_status |
Implements the |
export_docs |
Implements the |
__getattr__(name)
Lazily load command classes and the main command registry.
Loading the complete command registry imports server-management commands that require the MCP runtime dependency stack. Individual command modules should remain importable without paying that cost.