FreeOnePlus opened a new pull request, #150:
URL: https://github.com/apache/doris-mcp-server/pull/150

   ## Summary
   
   - enforce deployment and absolute hard ceilings for query rows, serialized 
bytes, and execution time
   - stream bounded MySQL and Arrow Flight SQL results instead of materializing 
unbounded result sets
   - propagate cancellation to Doris connections and ADBC drivers, with typed 
limit errors and truncation metadata
   - expose effective limits in tool schemas and document the new configuration 
contract
   
   ## Validation
   
   - `ruff check .`
   - `mypy doris_mcp_server` (65 source files)
   - `bandit -q -r doris_mcp_server`
   - `pytest -q -W error` (1024 passed, 68 skipped)
   - real Doris Streamable HTTP + subprocess Stdio integration (11 passed)
   - official MCP 2026-07-28 server-stateless conformance (25/25, 0 failures, 0 
warnings)
   - clean sdist/wheel build and Python 3.12 wheel-install smoke
   - real Doris cleanup audit: 0 temporary tables, 0 temporary users
   


-- 
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