This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/drill-mcp.git
from 0fde752 Merge branch 'feat/drill-mcp-server' into main
add bd9e925 Fix lint findings under a stricter ruff rule set
add 67c3681 Apply ruff format
No new revisions were added by this update.
Summary of changes:
drill_mcp/client_jdbc.py | 10 ++--
drill_mcp/client_rest.py | 48 +++++++++++++-----
drill_mcp/config.py | 8 ++-
drill_mcp/guard.py | 36 +++++++++++---
drill_mcp/server.py | 20 ++++++--
tests/test_client_jdbc.py | 24 +++++++--
tests/test_client_rest.py | 124 ++++++++++++++++++++++++++++++++++------------
tests/test_config.py | 4 +-
tests/test_guard.py | 12 +++--
tests/test_redact.py | 4 +-
tests/test_server.py | 67 +++++++++++++++++++------
11 files changed, 269 insertions(+), 88 deletions(-)