Schema discovery
透過 authenticated metadata tools 取得 schemas、tables、columns。
透過 authenticated metadata tools 取得 schemas、tables、columns。
Generated SELECT 先進 typed query runtime,之後才 execution。
DML 仍然可以被 Safe DML approval protocol gate 住。
Cursor 可以產生並呼叫 SQL tool,但真正決定哪些 operation 能碰到 database 的仍然是 hs-sql-agent。Model context 不會自動變成 database authorization。
Developer client 可以直接沿用 MCP key scope、compiler、query policy、Safe DML 與 audit path,不需要為了方便另外開一條 unrestricted connection。