Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 31 May 21:42
9c67ebb

2.0.0 (2026-05-31)

⚠ BREAKING CHANGES

  • 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)