This is an automated email from the ASF dual-hosted git repository.
FreeOnePlus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git
from 52bac07 fix: harden compose secrets and pin images
add b77abbc test: eliminate runtime and UTC warnings
No new revisions were added by this update.
Summary of changes:
doris_mcp_server/auth/auth_middleware.py | 7 +--
doris_mcp_server/auth/key_manager.py | 20 +++++----
doris_mcp_server/auth/oauth_client.py | 13 +++---
doris_mcp_server/auth/oauth_provider.py | 10 ++---
doris_mcp_server/auth/oauth_types.py | 6 ++-
doris_mcp_server/auth/token_manager.py | 51 ++++++++++++---------
doris_mcp_server/main.py | 4 ++
doris_mcp_server/multiworker_app.py | 15 +++++--
doris_mcp_server/tools/tools_manager.py | 8 ++++
.../utils/datetime_utils.py | 23 +++++++---
doris_mcp_server/utils/db.py | 21 ++++-----
doris_mcp_server/utils/query_executor.py | 37 +++++++--------
doris_mcp_server/utils/security.py | 5 ++-
.../test_key_manager.py} | 30 ++++++++++---
test/conftest.py | 9 ----
test/integration/test_end_to_end.py | 6 +--
test/protocol/stdio_capability_server.py | 48 ++++++++++----------
test/protocol/test_health_endpoints.py | 42 ++++++++---------
test/protocol/test_mcp_v2_protocol.py | 22 ++++-----
test/security/test_auth_context.py | 4 +-
test/security/test_bearer_credentials.py | 4 +-
test/security/test_sql_injection_api.py | 10 -----
test/security/test_token_digest_storage.py | 6 +--
test/tools/test_tools_operation_guard.py | 9 ++--
test/utils/test_datetime_utils.py | 52 ++++++++++++++++++++++
test/utils/test_query_executor.py | 20 ++++++++-
26 files changed, 298 insertions(+), 184 deletions(-)
copy doris_mcp_client/__init__.py => doris_mcp_server/utils/datetime_utils.py
(55%)
copy test/{utils/test_query_error_classification.py =>
auth/test_key_manager.py} (50%)
create mode 100644 test/utils/test_datetime_utils.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]