Implements the Model Control Panel (MCP) protocol to interact with Apache Doris databases, enabling tasks like query execution and metadata management.
Doris provides a backend service, built with Python and FastAPI, designed to connect to Apache Doris databases using the MCP protocol. It allows clients to interact with the database via defined tools, leveraging capabilities like converting natural language queries to SQL (NL2SQL), executing queries, and managing database metadata.