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

   ## Summary
   
   - add reproducible Mypy and pandas stub development dependencies, with a 
minimal lockfile update
   - eliminate the full server-side Mypy backlog across authentication, 
protocol, managers, query execution, database access, monitoring, and ASGI 
entry points
   - preserve runtime behavior while tightening optional-state checks, 
connection cleanup, heterogeneous result typing, and SQL sink audit evidence
   - clear the remaining repository-wide Ruff formatting findings without broad 
ignores
   
   ## Validation
   
   - `uvx --from 'uv==0.9.0' uv lock --check`
   - `uv run ruff check .`
   - `uv run mypy doris_mcp_server` — 58 source files, zero errors
   - `uv run pytest -q -W error` — 627 passed, 64 skipped
   - `uv build` plus isolated wheel installation and both CLI entry-point smoke 
checks
   - real Doris integration on Streamable HTTP and subprocess Stdio — 7 passed, 
covering read/write, read-only denial, timeout and connection recovery, tool 
regressions, and independent FE/BE monitoring endpoints
   


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