fix(mcp): list_task_costs type mismatch after merge #234
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ pub async fn dispatch_tool(
|
|||
.get("status")
|
||||
.and_then(|v| v.as_str())
|
||||
.map(|s| s.to_string());
|
||||
let all_tasks = client.list_tasks(status.as_deref()).await.map_err(map_client_error)?;
|
||||
let all_tasks = client.list_tasks(status).await.map_err(map_client_error)?;
|
||||
Ok(tool_text(all_tasks))
|
||||
}
|
||||
"colibri_external_mcp_servers" => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue