mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
rmcp compilation error
This commit is contained in:
@@ -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))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user