Skip to content

Commit 14d6431

Browse files
deploy: chore(main): release 1.0.0 (#3010)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.32.0...v1.0.0) (2026-04-10) > [!IMPORTANT] > This is the first stable release. Please review the [UPGRADING.md](UPGRADING.md) guide for instructions on migrating from previous beta versions. ### ⚠ BREAKING CHANGES * **tools/elasticsearch:** add vector search support and remove query passing through param ([#2891](#2891)) * **tools/looker:** refactor looker-git-branch tool into 5 separate tools ([#2976](#2976)) ### Features * **auth:** Support opaque token validation for `generic` authService ([#2944](#2944)) ([c924701](c924701)) * **cloudsqlpg:** Run `SELECT 1` after successful connection attempt ([#2997](#2997)) ([6ed9700](6ed9700)) * **tools/bigquerysql:** Add semantic search support ([#2890](#2890)) ([862c396](862c396)) * **tools/elasticsearch-execute-esql:** Add Tool to execute arbitrary ES/QL queries ([#3013](#3013)) ([ae49fb7](ae49fb7)) * **tools/elasticsearch:** Add vector search support and remove query passing through param ([#2891](#2891)) ([d44e879](d44e879)) * **tools/looker:** Refactor looker-git-branch tool into 5 separate tools ([#2976](#2976)) ([b2472d4](b2472d4)) * **tools/mysql:** Add list-table-stats-tool to list table statistics in MySQL and Cloud SQL MySQL source. ([#2938](#2938)) ([dc2c2b4](dc2c2b4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 8b07b2d
1 parent d3694e3 commit 14d6431

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+81
-81
lines changed

dev/documentation/connect-to/ides/looker_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/mssql_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/mysql_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/neo4j_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/oracle_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/postgres_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/connect-to/ides/sqlite_mcp/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dev/documentation/getting-started/colab_quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
},
250250
"outputs": [],
251251
"source": [
252-
"version = \"0.32.0\" # x-release-please-version\n",
252+
"version = \"1.0.0\" # x-release-please-version\n",
253253
"! curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v{version}/linux/amd64/toolbox\n",
254254
"\n",
255255
"# Make the binary executable\n",

dev/documentation/getting-started/local_quickstart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
</span>Tip</p><p>Select the
588588
<a href=https://github.com/googleapis/mcp-toolbox/releases>correct binary</a>
589589
corresponding to your OS and CPU architecture.</p></div><div class=highlight><pre tabindex=0 class=chroma><code class=language-bash data-lang=bash><span class=line><span class=cl><span class=nb>export</span> <span class=nv>OS</span><span class=o>=</span><span class=s2>&#34;linux/amd64&#34;</span> <span class=c1># one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64</span>
590-
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v0.32.0/<span class=nv>$OS</span>/toolbox
590+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/<span class=nv>$OS</span>/toolbox
591591
</span></span></code></pre></div></li><li><p>Make the binary executable:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-bash data-lang=bash><span class=line><span class=cl>chmod +x toolbox
592592
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
593593
such as <code>user</code>, <code>password</code>, or <code>database</code> that you may have customized in the

dev/documentation/getting-started/local_quickstart_go/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
</span>Tip</p><p>Select the
586586
<a href=https://github.com/googleapis/mcp-toolbox/releases>correct binary</a>
587587
corresponding to your OS and CPU architecture.</p></div><div class=highlight><pre tabindex=0 class=chroma><code class=language-bash data-lang=bash><span class=line><span class=cl><span class=nb>export</span> <span class=nv>OS</span><span class=o>=</span><span class=s2>&#34;linux/amd64&#34;</span> <span class=c1># one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64</span>
588-
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v0.32.0/<span class=nv>$OS</span>/toolbox
588+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.0.0/<span class=nv>$OS</span>/toolbox
589589
</span></span></code></pre></div></li><li><p>Make the binary executable:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-bash data-lang=bash><span class=line><span class=cl>chmod +x toolbox
590590
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
591591
such as <code>user</code>, <code>password</code>, or <code>database</code> that you may have customized in the

0 commit comments

Comments
 (0)