fix(mcp): simplify health_check tool and refactor system utils (#36063)

This commit is contained in:
Amin Ghadersohi
2025-11-13 04:28:09 +10:00
committed by GitHub
parent bb2e2a5ed6
commit c244e7f847
8 changed files with 314 additions and 177 deletions

View File

@@ -55,7 +55,7 @@ def get_instance_metadata_resource() -> str:
from superset.daos.user import UserDAO
from superset.mcp_service.mcp_core import InstanceInfoCore
from superset.mcp_service.system.schemas import InstanceInfo
from superset.mcp_service.system.tool.get_instance_info import (
from superset.mcp_service.system.system_utils import (
calculate_dashboard_breakdown,
calculate_database_breakdown,
calculate_instance_summary,