fix(mcp): fix crashes in list tools, dataset info, chart preview, and add owner/favorite filters (#38277)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Amin Ghadersohi
2026-03-13 12:46:52 +01:00
committed by GitHub
parent f458e2d484
commit d5cf77cd60
25 changed files with 297 additions and 72 deletions

View File

@@ -94,7 +94,7 @@ def open_sql_lab_with_context(
context_comment += f"\nSELECT * FROM {table_reference} LIMIT 100;"
params["sql"] = context_comment
# Construct SQL Lab URL
# Construct SQL Lab URL with full base URL
query_string = urlencode(params)
url = f"{get_superset_base_url()}/sqllab?{query_string}"