refactor(mcp): move superset_core MCP module from mcp to api/mcp (#38394)

This commit is contained in:
Michael S. Molina
2026-03-04 09:38:17 -08:00
committed by GitHub
parent 69732d9dca
commit 832fee3ff8
26 changed files with 38 additions and 38 deletions
@@ -28,8 +28,8 @@ import logging
from typing import Any
from fastmcp import Context
from superset_core.api.mcp import tool
from superset_core.api.types import CacheOptions, QueryOptions, QueryResult, QueryStatus
from superset_core.mcp import tool
from superset.errors import ErrorLevel, SupersetError, SupersetErrorType
from superset.exceptions import SupersetErrorException, SupersetSecurityException
@@ -25,7 +25,7 @@ import logging
from urllib.parse import urlencode
from fastmcp import Context
from superset_core.mcp import tool
from superset_core.api.mcp import tool
from superset.extensions import event_logger
from superset.mcp_service.sql_lab.schemas import (