fix(wechat): route scheduled task cancel and spec updates through Goose MCP

Pass cancel requests to Goose like create instead of inbound title matching,
and add scheduled_task_update_spec so format or execution constraints update
taskSpec without triggering page delivery guards.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-29 09:47:39 +08:00
parent e13df82021
commit a1a921eba6
12 changed files with 265 additions and 36 deletions
+1
View File
@@ -469,6 +469,7 @@ export function sandboxMcpTools(capabilities) {
'scheduled_task_create',
'scheduled_task_list',
'scheduled_task_cancel',
'scheduled_task_update_spec',
);
}
return tools;