diff --git a/pkg/gateway/mcpexec.go b/pkg/gateway/mcpexec.go index b6ec6d38..4b7944bb 100644 --- a/pkg/gateway/mcpexec.go +++ b/pkg/gateway/mcpexec.go @@ -68,7 +68,7 @@ func addMcpExecHandler(g *Gateway) mcp.ToolHandler { } // Create a new CallToolRequest with the provided arguments - log.Logf("calling tool %s with %s", toolName, toolArguments) + log.Logf("calling tool %s", toolName) toolCallRequest := &mcp.CallToolRequest{ Session: req.Session, Params: &mcp.CallToolParamsRaw{