Skip to content
Discussion options

You must be logged in to vote

Good news: this already exists. Tabularis ships with an approval gate that has three modes, and you can turn it off entirely.

Open the MCP settings in Tabularis and look for the "Approval gate" section. The "Approval required" setting has three options:

  • Off - no manual approval, the agent runs DDL/DML fully unattended (what you are asking for)
  • Writes only (default) - only non-SELECT statements pause for approval
  • All queries - every query pauses for approval

Set it to Off for your dev environment. Two things to keep in mind:

  1. The read-only settings in the same section are independent: if a connection is marked read-only, writes from MCP are still blocked regardless of the approval mode. …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by debba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants