rmcp compilation error

This commit is contained in:
Ruben Fiszel
2026-01-16 07:19:42 +00:00
parent 560e88b628
commit eabeddf19f
+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))?;