This is an automated email from the ASF dual-hosted git repository. cgivre pushed a commit to branch feat/drill-mcp-server in repository https://gitbox.apache.org/repos/asf/drill-mcp.git
commit 55e99cdec3ef1be998ece31d3fd11f6f822e72b1 Merge: 81c02ae 67c3681 Author: Charles S. Givre <[email protected]> AuthorDate: Wed Aug 12 17:25:56 2026 -0400 Merge pull request #1 from apache/main Various Fixes. .github/workflows/ci.yml | 73 +++++++++++++++++++++ drill_mcp/client_jdbc.py | 4 +- drill_mcp/client_rest.py | 43 +++++++++---- drill_mcp/config.py | 10 ++- drill_mcp/guard.py | 44 ++++++++++--- drill_mcp/server.py | 18 +++++- pyproject.toml | 2 +- tests/conftest.py | 42 ++++++++++++ tests/test_client_jdbc.py | 24 +++++-- tests/test_client_rest.py | 161 ++++++++++++++++++++++++++++++++++------------ tests/test_config.py | 10 ++- tests/test_guard.py | 8 ++- tests/test_redact.py | 9 ++- tests/test_server.py | 76 ++++++++++++++++------ 14 files changed, 425 insertions(+), 99 deletions(-)
