User Guide
Developer Guide
API Reference
Config
load_config()
ROOT-MCP Server - Mode-aware implementation with lazy loading.
Bases: object
object
Mode-aware ROOT-MCP server with lazy loading.
config (Config)
Initialize ROOT-MCP server in specified mode.
config (Config) – Server configuration
Run the MCP server.
None
Switch between core and extended modes at runtime.
new_mode (str) – Target mode (‘core’ or ‘extended’)
Status dictionary
dict[str, Any]
Main entry point.