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

   ## Summary
   
   - clear the existing Ruff backlog across runtime code and tests (4,471 
findings to zero)
   - apply Python 3.12 typing/import/whitespace modernization and remove 
genuinely unused values
   - replace bare exception handlers and the mutable list default without 
changing public behavior
   - preserve the shared auth ContextVar re-export as an explicitly documented 
lint exception
   
   ## Validation
   
   - `uv run ruff check doris_mcp_server test` — all checks passed
   - `uv run pytest -q -W error` — 627 passed, 64 skipped, zero warnings
   - real Doris transport suite — 7 passed across Streamable HTTP and true 
subprocess Stdio
   - `uv lock --check` and `python -m compileall`
   - `uv build` plus clean-wheel server/client CLI and import smoke tests
   


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