Source: factory.core/ObjMcpServer.py
Base Axion MCP server.
Wraps the FastMCP SDK and provides the registration point for
Axion tool groups. Phase 1 exposes health and configuration
tools; later phases extend this with data, workflow, notification,
...
| Method | Signature | Description |
|---|---|---|
| build_app | build_app(name: str = 'axion', host: str = '127.0.0.1', port: int = 8000) -> 'FastMCP' |
Create a FastMCP app and register tools. |
Verify MCP package availability and database connectivity.