self.fast_mcp= FastMCP( self.server_config.get("name", "MCP Server"), message_path="/mcp/messages" ) Fastapi.mount(path="/mcp", app=self.main_server.sse_app()) 