chore: update tool specifications

This commit is contained in:
github-actions[bot]
2026-06-14 01:50:15 +00:00
parent 7575d9b64a
commit 29a39cfeef

View File

@@ -15870,6 +15870,12 @@
"title": "Database URI",
"type": "string"
},
"require_approval": {
"default": false,
"description": "When True, every query is shown to a human for approval before execution. The approval_handler callable is invoked with the SQL string and must return True to proceed. Defaults to an interactive terminal prompt.",
"title": "Require Approval",
"type": "boolean"
},
"tables": {
"items": {
"additionalProperties": true,