diff --git a/cmd/mcpRunner.go b/cmd/mcpRunner.go index 0a826e100..2a02102b2 100644 --- a/cmd/mcpRunner.go +++ b/cmd/mcpRunner.go @@ -671,7 +671,7 @@ func (s *mcpServer) callHubTool(toolName string, args map[string]any) (string, b // Build the request body requestBody := map[string]any{ - "tool": toolName, + "name": toolName, "arguments": args, }