This is an automated email from the ASF dual-hosted git repository.
alexandrusoare pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from b98bd2a07ac fix(mcp): Block destructive DDL (DROP, TRUNCATE, ALTER) in
execute_sql (#39621)
add 55024e8f4d0 feat(mcp): Add mcp_call_id to tool responses for server
log correlation (#39776)
No new revisions were added by this update.
Summary of changes:
superset/mcp_service/middleware.py | 16 ++-
superset/mcp_service/system/schemas.py | 8 ++
.../mcp_service/system/tool/generate_bug_report.py | 6 ++
.../system/tool/test_generate_bug_report.py | 36 +++++++
.../mcp_service/test_middleware_logging.py | 109 +++++++++++++++++----
5 files changed, 156 insertions(+), 19 deletions(-)