Jmmt-mingrui opened a new pull request, #173:
URL: https://github.com/apache/doris-mcp-server/pull/173

   This PR brings the doris-new-mcp implementation into the `new-mcp-server` 
branch.
   
   ## What it is
   
   An MCP (Model Context Protocol) server for Apache Doris with a built-in 
**MetricFlow semantic metrics layer**. AI clients query Doris through governed 
YAML-defined metrics instead of hand-written SQL, with raw-SQL discovery as a 
fallback.
   
   ## Key features
   
   - **Semantic metrics layer**: simple / ratio / derived / cumulative / 
conversion metrics compiled by MetricFlow (vendored, Apache 2.0)
   - **Multi-workspace isolation** with models stored in Doris itself (active + 
staging tables)
   - **Staging workflow**: validate before commit; broken models never go live
   - **Credential pass-through**: `Bearer <doris-user>:<password>`, per-user 
connection pools, no shared admin credentials
   - **Web UI** for model management and example deployment; **CLI client** for 
CI/CD
   - **Multi-node deployment**: in-app session affinity, nginx stays a plain 
reverse proxy
   - **Self-contained packaging**: release tarballs bundle a Python 3.10 
runtime; CI builds linux-x64 + linux-arm64 on tag push
   
   Source: https://github.com/selectdb/doris-new-mcp (main @ 765abb2)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to