dew/packages/kanban/lib
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
..
src fix: tolerate numeric args from MCP JSON in all kanban commands 2026-04-25 16:01:36 -04:00
dew_kanban.dart Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00