mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-12 15:19:16 +03:00
fix(webui): surface MCP runtime connection failures (#5331)
This commit is contained in:
@@ -84,6 +84,10 @@ class _GatewayAgentContractStub:
|
||||
|
||||
tools = ToolRegistry()
|
||||
|
||||
@staticmethod
|
||||
def mcp_runtime_status() -> dict[str, str]:
|
||||
return {}
|
||||
|
||||
@staticmethod
|
||||
def pending_cron_job_ids_for_session(_session_key: str) -> set[str]:
|
||||
return set()
|
||||
|
||||
Reference in New Issue
Block a user