Enable write_todo tool and fix output function schema (#12905)

This commit is contained in:
anj-s
2025-11-12 10:18:15 -08:00
committed by GitHub
parent 540f60696a
commit 7ec78452ec
8 changed files with 48 additions and 13 deletions

View File

@@ -990,9 +990,9 @@
},
"useWriteTodos": {
"title": "Use WriteTodos",
"description": "Enable the write_todos_list tool.",
"markdownDescription": "Enable the write_todos_list tool.\n\n- Category: `Advanced`\n- Requires restart: `no`\n- Default: `false`",
"default": false,
"description": "Enable the write_todos tool.",
"markdownDescription": "Enable the write_todos tool.\n\n- Category: `Advanced`\n- Requires restart: `no`\n- Default: `true`",
"default": true,
"type": "boolean"
},
"security": {