mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
refactor(mcp): move superset_core MCP module from mcp to api/mcp (#38394)
This commit is contained in:
committed by
GitHub
parent
69732d9dca
commit
832fee3ff8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user