mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(mcp): use correct permission class for save_sql_query tool (#38764)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
c2a21915ff
commit
5e5c05362c
@@ -45,7 +45,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
@tool(
|
||||
tags=["mutate"],
|
||||
class_permission_name="SQLLab",
|
||||
class_permission_name="SavedQuery",
|
||||
method_permission_name="write",
|
||||
annotations=ToolAnnotations(
|
||||
title="Save SQL query",
|
||||
|
||||
Reference in New Issue
Block a user