rmcp compilation error

This commit is contained in:
Ruben Fiszel
2026-01-16 07:19:42 +00:00
parent 548d1af654
commit d8d6c39131
+1 -1
View File
@@ -179,7 +179,7 @@ impl McpClient {
let result = self
.client
.call_tool(CallToolRequestParam { name: name.to_string().into(), arguments: mcp_args })
.call_tool(CallToolRequestParam { name: name.to_string().into(), arguments: mcp_args, task: None })
.await
.context(format!("Failed to call MCP tool: {}", name))?;