gemini-cli-extensions/postgres
v0.2.3Apache-2.0
Connect and interact with a PostgreSQL database and data
Changelog
0.2.3 (2026-08-18)
Features
- groups: Add ttlMs and cacheScope customization to config (mcp-toolbox#β3805) (a5d4947) (cff6189)
- migrate: Convert toolset to group kind during migration (mcp-toolbox#β3704) (0adeaa5) (cff6189)
- server/mcp: Introduce generic client extension registry (mcp-toolbox#β3723) (016245c) (cff6189)
- skill: Add review-prs skill for mcp-toolbox (mcp-toolbox#β3743) (5b7bacc) (cff6189)
- tools: Add cloud-sql-connect-gce for pg, mysql, mssql (mcp-toolbox#β3740) (ca58fa4) (cff6189)
- adopt Agent Plugin spec and generate harness manifests (#105) (2a4523f)
Bug Fixes
- auth/mcp: Derive PRM URL from Toolbox URL (mcp-toolbox#β3765) (aa30842) (cff6189)
- config: Ignore environment variables in YAML comments (mcp-toolbox#β3807) (79aa732), refs mcp-toolbox#β3793 (cff6189)
- mcp: Return Tool execution error for invalid input param (mcp-toolbox#β3799) (8120197) (cff6189)
- prebuilt/cloud-storage: Declare tool collections as groups (mcp-toolbox#β3764) (7d468be) (cff6189)
- server: Avoid a nil-flusher panic in the SSE handler (mcp-toolbox#β3520) (947f42f) (cff6189)
- server/mcp: Disallow client overriding URL bound parameters (mcp-toolbox#β3798) (f15a9c7) (cff6189)
- util: Convert exponent-form JSON numbers in ConvertNumbers (mcp-toolbox#β3730) (e9713ee) (cff6189)
- ci: restore pull_request_target for mirror-changelog (#109) (05b0618)
- treat database tool output as untrusted data in model context (#102) (a98397a)
0.2.2 (2026-02-24)
Bug Fixes
0.2.1 (2026-01-30)
Features
0.2.0 (2026-01-26)
β BREAKING CHANGES
- Validate tool naming (mcp-toolbox#β2305) (5054212)
Features
- prebuilt/cloud-sql: Add create backup tool for Cloud SQL (mcp-toolbox#β2141) (8e0fb03) (515afdc)
- prebuilt/cloud-sql: Add restore backup tool for Cloud SQL (mcp-toolbox#β2171) (00c3e6d) (515afdc)
- tools/postgres: Add additional filter params for existing postgres tools (mcp-toolbox#β2033) (489117d) (328dca4)
- tools/postgres: Add list_pg_settings, list_database_stats tools for postgres (mcp-toolbox#β2030) (32367a4) (328dca4)
- tools/postgres: Add new postgres-list-roles tool (mcp-toolbox#β2038) (bea9705) (328dca4)
- tools/postgressql: Add Parameter
embeddedByconfig support (mcp-toolbox#β2151) (17b70cc) (328dca4) - tools/postgressql: Add tool to list store procedure (mcp-toolbox#β2156) (cf0fc51) (328dca4)
- Support MCP specs version 2025-11-25 (mcp-toolbox#β2303) (4d23a3b) (515afdc)
- Validate tool naming (mcp-toolbox#β2305) (5054212) (515afdc)
Bug Fixes
- List tables tools null fix (mcp-toolbox#β2107) (2b45266) (328dca4)
0.1.5 (2025-12-08)
Features
- tools/postgres-list-publication-tables: Add new postgres-list-publication-tables tool (mcp-toolbox#β1919) (f4b1f0a) (2c3714e)
- tools/postgres-list-tablespaces: Add new postgres-list-tablespaces tool (mcp-toolbox#β1934) (5ad7c61) (2c3714e)
- tools/postgres: Add list-query-stats and get-column-cardinality functions (mcp-toolbox#β1976) (9f76026) (2c3714e)
0.1.4 (2025-12-01)
Features
- tools/postgres: Add
long_running_transactions,list_locksandreplication_statstools (mcp-toolbox#β1751) (5abad5d) (159f7d5)
Bug Fixes
- tools: Check for query execution error for pgxpool.Pool (mcp-toolbox#β1969) (2bff138) (159f7d5)
0.1.3 (2025-11-18)
Features
- source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql: Use project from env for alloydb and cloud sql control plane tools (mcp-toolbox#β1588) (12bdd95) (89a0789)
- source/Postgresql: Set default host and port for Postgresql source (mcp-toolbox#β1927) (7e6e88a) (89a0789)
- tools/postgres: Add
list_triggers,database_overviewtools for postgres (mcp-toolbox#β1912) (a4c9287) (89a0789) - tools/postgres: Add list_indexes, list_sequences tools for postgres (mcp-toolbox#β1765) (897c63d) (89a0789)
- Added prompt support for toolbox (mcp-toolbox#β1798) (cd56ea4) (89a0789)
0.1.2 (2025-11-07)
Features
- tools/postgres-list-schemas: Add new postgres-list-schemas tool (mcp-toolbox#β1741) (1a19cac) (6876ee4)
- tools/postgres-list-views: Add new postgres-list-views tool (mcp-toolbox#β1709) (e8c7fe0) (6876ee4)
Bug Fixes
- tools/postgres-execute-sql: Do not ignore SQL failure (mcp-toolbox#β1829) (8984287) (6876ee4)
0.1.1 (2025-09-30)
Features
- additional instructions for the context file (#26) (96f8337)
- standardize mcp server names (#24) (2810ce4)
- update context file to guide on changing resources (db50b17)
- update context file to recommend full table name (#27) (3f109bc)
0.1.0 (2025-09-21)
Features
- Add Postgres Extension