You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-call timeout for tool invocations (DEFAULT_TOOL_TIMEOUT_S = 120): Tool calls now have a 2-minute default timeout. Quick searches fail fast instead of hanging for an hour.
Backward-compatible _META_TOOL_ALIASES — servers using old hub__call_tool/hub__search_tools/hub__list_servers names continue to work.
Fixed
Meta-tool rename from hub__* to bare names: Fixes Grok CLI compatibility. Tool names are now search_tools, call_tool, list_servers.
slm-hub tools CLI was returning empty output — now uses REST endpoint.
call_tool meta-tool now routes meta-tool names locally (e.g., call_tool(tool="list_servers") works).