0.4.0 (2026-04-14)
- update repo name (mcp-toolbox#2968)
- cloudsqlpg: Run
SELECT 1after successful connection attempt (mcp-toolbox#2997) (6ed9700) (7e70dc8) - skills: Add Claude Code support to generated scripts (mcp-toolbox#2966) (a1609e1) (d210a15)
- skills: Add codex user agent (mcp-toolbox#2973) (070e939) (d210a15)
- skills: Tool invocation via npx (mcp-toolbox#2916) (377dc5b) (d210a15)
- add claude code plugin config (#137) (c3392b3)
- add codex plugin config (#138) (071d0ec)
- add new vectorassist skills (#159) (03874ac)
- skills: update skill scripts for the new toolbox binary (#144) (71f5b11)
- skills: Fix skill generation template (mcp-toolbox#2914) (a01a15e) (d210a15)
- skills: Prevent empty strings overriding optional env vars in node scripts (mcp-toolbox#2963) (c52adeb) (d210a15)
0.3.0 (2026-03-27)
- http: sanitize non-2xx error output (mcp-toolbox#2654)
- add a new
enable-apiflag (mcp-toolbox#2846) - remove deprecations and update tools-file flag (mcp-toolbox#2806)
- release upgraded docsite (mcp-toolbox#2831)
- auth: Add generic
authServicetype for MCP (mcp-toolbox#2619) (f6678f8) (a2f8893) - auth: Add Protected Resource Metadata endpoint (mcp-toolbox#2698) (b53dcf2) (a2f8893)
- auth: Support manual PRM override (mcp-toolbox#2717) (283e4e3) (a2f8893)
- dataplex: Add support for lookup context tool. (mcp-toolbox#2744) (facb69d) (a2f8893)
- http: sanitize non-2xx error output (mcp-toolbox#2654) (a2f8893)
- add a new
enable-apiflag (mcp-toolbox#2846) (a2f8893) - Add a new
enable-apiflag (mcp-toolbox#2846) (7a070da) (a2f8893) - release upgraded docsite (mcp-toolbox#2831) (a2f8893)
- remove deprecations and update tools-file flag (mcp-toolbox#2806) (a2f8893)
- Remove deprecations and update tools-file flag (mcp-toolbox#2806) (ab64c95) (a2f8893)
- ci: Remove search index generation from preview deployment workflow (mcp-toolbox#2859) (f8891b8) (a2f8893)
- docs: Skip empty folders in pagination & reduce PR comment noise (mcp-toolbox#2853) (9ebd93a) (a2f8893)
- http: Sanitize non-2xx error output (mcp-toolbox#2654) (5bef954) (a2f8893)
- skills: Fix integer parameter parsing through agent skills (mcp-toolbox#2847) (4564efe) (a2f8893)
0.2.4 (2026-03-23)
- cli: Add migrate subcommand (mcp-toolbox#2679) (12171f7) (f967cef)
- cli: Add serve subcommand (mcp-toolbox#2550) (1e2c7c7) (f967cef)
- skill: One skill per toolset (mcp-toolbox#2733) (5b85c65) (f967cef)
- ci: Implement conditional sharding logic in integration tests (mcp-toolbox#2763) (1528d7c) (f967cef)
- cloudloggingadmin: Increase log injesting time and add auth test (mcp-toolbox#2772) (50b4457) (f967cef)
- oracle: Normalize encoded proxy usernames in go-ora DSN (mcp-toolbox#2469) (b1333cd) (f967cef)
- postgres: Update execute-sql tool to avoid multi-statements parameter (mcp-toolbox#2707) (58bc772) (f967cef)
- skills: Improve flag validation and silence unit test output (mcp-toolbox#2759) (f3da6aa) (f967cef)
- test: Address flaky healthcare integration test run (mcp-toolbox#2742) (9590821) (f967cef)
0.2.3 (2026-03-18)
0.2.0 (2026-03-17)
- source/cloudsql: restructure prebuilt toolsets (#2635)
- Improve list locks integration test for postgres (mcp-toolbox#2279) (d9ebe5d) (8138de0)
0.1.11 (2026-03-11)
0.1.10 (2026-02-24)
0.1.9 (2026-01-28)
- prebuilt/cloud-sql: Add create backup tool for Cloud SQL (mcp-toolbox#2141) (8e0fb03) (a547399)
- prebuilt/cloud-sql: Add restore backup tool for Cloud SQL (mcp-toolbox#2171) (00c3e6d) (a547399)
- add Configuration settings (#85) (4ab7fbc)
0.1.8 (2026-01-14)
0.1.7 (2025-12-08)
- prebuilt/cloud-sql: Add clone instance tool for cloud sql (mcp-toolbox#1845) (5e43630) (3d737a6)
- tools/cloudsqlpg: Add CloudSQL PostgreSQL pre-check tool (mcp-toolbox#1722) (8752e05) (3d737a6)
- tools/postgres-list-publication-tables: Add new postgres-list-publication-tables tool (mcp-toolbox#1919) (f4b1f0a) (3d737a6)
- tools/postgres-list-tablespaces: Add new postgres-list-tablespaces tool (mcp-toolbox#1934) (5ad7c61) (3d737a6)
- tools/postgres: Add list-query-stats and get-column-cardinality functions (mcp-toolbox#1976) (9f76026) (3d737a6)
0.1.6 (2025-11-26)
- tools/postgres: Add
long_running_transactions,list_locksandreplication_statstools (mcp-toolbox#1751) (5abad5d) (f3d34c7)
- tools: Check for query execution error for pgxpool.Pool (mcp-toolbox#1969) (2bff138) (f3d34c7)
0.1.5 (2025-11-18)
- 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) (acdefd8)
- tools/postgres: Add
list_triggers,database_overviewtools for postgres (mcp-toolbox#1912) (a4c9287) (acdefd8) - tools/postgres: Add list_indexes, list_sequences tools for postgres (mcp-toolbox#1765) (897c63d) (acdefd8)
- Added prompt support for toolbox (mcp-toolbox#1798) (cd56ea4) (acdefd8)
0.1.4 (2025-11-07)
- tools/postgres-list-schemas: Add new postgres-list-schemas tool (mcp-toolbox#1741) (1a19cac) (995cb23)
- tools/postgres-list-views: Add new postgres-list-views tool (mcp-toolbox#1709) (e8c7fe0) (995cb23)
- Adding google_ml_integration instructions (#63) (56185e7)
- tools/postgres-execute-sql: Do not ignore SQL failure (mcp-toolbox#1829) (8984287) (995cb23)
0.1.3 (2025-10-17)
0.1.2 (2025-10-13)
0.1.1 (2025-09-30)
- additional instructions for the context file (#30) (9c87df1)
- standardize mcp server names (#27) (eeeaf81)
- update context file to recommend observability extension (#17) (f4f7069)
- update context file to use full table name (#31) (533a2f3)
- create the Cloud SQL for PostgreSQL Extension