mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
feat(mcp): MCP service implementation (PRs 3-9 consolidated) (#35877)
This commit is contained in:
@@ -16,3 +16,11 @@
|
||||
# under the License.
|
||||
|
||||
"""System tools for MCP service."""
|
||||
|
||||
from .get_superset_instance_info import get_superset_instance_info
|
||||
from .health_check import health_check
|
||||
|
||||
__all__ = [
|
||||
"health_check",
|
||||
"get_superset_instance_info",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user