You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_query_templates tool has been removed and replaced by the query_templates Prompt. Any automated client relying on the tool will need to use the Prompts API instead.
Features
add configurable database connection and query timeouts (9b33835)
add graceful shutdown for the MCP server and database pool (55e648a)
add session-level defense in depth for strict read-only mode (f551913)
auto-generate random prefix for tools and prompts (cdb3543)
expose database tables as native MCP Resources (5f3ee9c)
migrate templates to official MCP Prompts and add tool annotations (721265d)
support DML and DDL operations in execute_safe_query (7445ffb)