fix(mcp): list_task_costs type mismatch after merge #234
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: clawdie/colibri#234
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/list-task-costs-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
list_tasks() takes Option, not Option<&str>. The merge
of layer2-dashboard-complete exposed the mismatch.