"""Entry point for running the MCP server as a module.""" from core.mcp.server import mcp if __name__ == "__main__": mcp.run()