You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Hardened object/array parameters against LLM stringification: Some MCP transports serialize structured parameters as JSON strings (e.g., '{"type":"weekly"}' instead of {"type":"weekly"}). Added defensive parsing with parseObjectParam() and parseArrayParam() utilities that transparently handle both native and stringified inputs. Applied to: (#88, #89)
autoScheduled parameter in task create/update
frequency object in recurring task creation
status array in task list filtering
value array for multiSelect custom fields
Documentation
Fixed stale README tool descriptions: Corrected motion_search operations (only content exists; removed references to deleted context and smart operations) and motion_workspaces operations (removed non-existent set_default).