fix(mcp): list_task_costs type mismatch after merge #234

Merged
clawdie merged 1 commit from fix/list-task-costs-type into main 2026-06-27 14:03:34 +02:00
Owner

list_tasks() takes Option, not Option<&str>. The merge
of layer2-dashboard-complete exposed the mismatch.

list_tasks() takes Option<String>, not Option<&str>. The merge of layer2-dashboard-complete exposed the mismatch.
clawdie added 1 commit 2026-06-27 14:03:18 +02:00
fix(mcp): list_task_costs type mismatch after merge
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
d840e27f85
list_tasks() takes Option<String>, not Option<&str>. The merge
of layer2-dashboard-complete exposed the mismatch.
clawdie merged commit c05ca3a7b7 into main 2026-06-27 14:03:34 +02:00
clawdie deleted branch fix/list-task-costs-type 2026-06-27 14:03:35 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#234
No description provided.