mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
* fix(mcp): add missing schedule tools (update, logs, run-once) Add three schedule MCP tools to close the parity gap between CLI (`paseo schedule update/logs/run-once`) and MCP surface. The WebSocket RPC handlers and ScheduleService methods already exist (added in PR #694), but the MCP tools were never registered. Tools added: - update_schedule: update interval, prompt, name, maxRuns, etc. - schedule_logs: retrieve run history for a schedule - run_once_schedule: trigger immediate one-time execution Includes 8 unit tests covering all three tools. Fixes #1031 * Fix schedule MCP update handling --------- Co-authored-by: Mohamed Boudra <boudra.moha@gmail.com>