[mcp] Add dummy tools for previously called but currently missing tools. (#17853)

- [x] Add dummy tools for previously called but currently missing tools.
Currently supporting MCP tools only.
This commit is contained in:
Matthew Zeng
2026-04-15 14:48:05 -07:00
committed by GitHub
parent 9d1bf002c6
commit 28b76d13fe
16 changed files with 473 additions and 3 deletions

View File

@@ -500,6 +500,9 @@
"tui_app_server": {
"type": "boolean"
},
"unavailable_dummy_tools": {
"type": "boolean"
},
"undo": {
"type": "boolean"
},
@@ -2360,6 +2363,9 @@
"tui_app_server": {
"type": "boolean"
},
"unavailable_dummy_tools": {
"type": "boolean"
},
"undo": {
"type": "boolean"
},