dew/packages/kanban/lib/src/commands
Chris Hendrickson 1e263f08c0 fix: tolerate numeric args from MCP JSON in all kanban commands
Replace fragile 'as String'/'as String?' casts in callAsTool() with
string interpolation so that numeric values sent by MCP JSON clients
(double instead of String) no longer throw a type cast error.

Fixes: type 'double' is not a subtype of type 'String' in type cast

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 16:01:36 -04:00
..
add_comment_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
archive_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
board_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
create_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
delete_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
get_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
get_config_command.dart chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
link_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
list_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
move_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
search_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
stats_command.dart Add ProjectDirs extension pattern and injectable clock 2026-04-23 23:15:38 -04:00
tui_command.dart chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
unarchive_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
unlink_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
update_command.dart fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00