diff --git a/src/integrations/integr_mcp.rs b/src/integrations/integr_mcp.rs index 75980786d..bf0d5e68c 100644 --- a/src/integrations/integr_mcp.rs +++ b/src/integrations/integr_mcp.rs @@ -383,7 +383,7 @@ impl Tool for ToolMCP { } Err(e) => { tracing::error!("Failed to call tool: {:?}", e); - return Err("Failed to call tool".to_string()); + return Err(e.to_string()); } } };