Skip to content

Index

axm_mcp

AXM MCP Server — Runtime execution for the AXM protocol ecosystem.

main()

Entry point for axm-mcp command.

Source code in packages/axm-mcp/src/axm_mcp/__init__.py
Python
def main() -> None:
    """Entry point for axm-mcp command."""
    from axm_mcp.cli import main as _cli_main

    _cli_main()