Skip to content

Commit 16e64dc

Browse files
deploy: chore(main): release 0.31.0 (googleapis#2814)
🤖 I have created a release *beep* *boop* --- ## [0.31.0](googleapis/mcp-toolbox@v0.30.0...v0.31.0) (2026-03-26) ### ⚠ BREAKING CHANGES * release upgraded docsite ([googleapis#2831](googleapis#2831)) * **http:** sanitize non-2xx error output ([googleapis#2654](googleapis#2654)) * add a new `enable-api` flag ([googleapis#2846](googleapis#2846)) * remove deprecations and update tools-file flag ([googleapis#2806](googleapis#2806)) ### Features * Add a new `enable-api` flag ([googleapis#2846](googleapis#2846)) ([7a070da](googleapis@7a070da)) * **auth:** Add generic `authService` type for MCP ([googleapis#2619](googleapis#2619)) ([f6678f8](googleapis@f6678f8)) * **auth:** Add Protected Resource Metadata endpoint ([googleapis#2698](googleapis#2698)) ([b53dcf2](googleapis@b53dcf2)) * **auth:** Support manual PRM override ([googleapis#2717](googleapis#2717)) ([283e4e3](googleapis@283e4e3)) * **dataplex:** Add support for lookup context tool. ([googleapis#2744](googleapis#2744)) ([facb69d](googleapis@facb69d)) * Remove deprecations and update tools-file flag ([googleapis#2806](googleapis#2806)) ([ab64c95](googleapis@ab64c95)) ### Bug Fixes * **ci:** Remove search index generation from preview deployment workflow ([googleapis#2859](googleapis#2859)) ([f8891b8](googleapis@f8891b8)) * **docs:** Skip empty folders in pagination & reduce PR comment noise ([googleapis#2853](googleapis#2853)) ([9ebd93a](googleapis@9ebd93a)) * **http:** Sanitize non-2xx error output ([googleapis#2654](googleapis#2654)) ([5bef954](googleapis@5bef954)) * **skills:** Fix integer parameter parsing through agent skills ([googleapis#2847](googleapis#2847)) ([4564efe](googleapis@4564efe)) ### Documentation * Release upgraded docsite ([googleapis#2831](googleapis#2831)) ([5b25ce0](googleapis@5b25ce0)) --- 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> c6b811c
1 parent 1169367 commit 16e64dc

Some content is hidden

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

41 files changed

+77
-77
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
@@ -234,7 +234,7 @@
234234
},
235235
"outputs": [],
236236
"source": [
237-
"version = \"0.30.0\" # x-release-please-version\n",
237+
"version = \"0.31.0\" # x-release-please-version\n",
238238
"! curl -O https://storage.googleapis.com/genai-toolbox/v{version}/linux/amd64/toolbox\n",
239239
"\n",
240240
"# 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
@@ -568,7 +568,7 @@
568568
</span>Tip</p><p>Select the
569569
<a href=https://github.com/googleapis/genai-toolbox/releases>correct binary</a>
570570
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>
571-
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/<span class=nv>$OS</span>/toolbox
571+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/<span class=nv>$OS</span>/toolbox
572572
</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
573573
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
574574
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
@@ -566,7 +566,7 @@
566566
</span>Tip</p><p>Select the
567567
<a href=https://github.com/googleapis/genai-toolbox/releases>correct binary</a>
568568
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>
569-
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/<span class=nv>$OS</span>/toolbox
569+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/<span class=nv>$OS</span>/toolbox
570570
</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
571571
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
572572
such as <code>user</code>, <code>password</code>, or <code>database</code> that you may have customized in the

0 commit comments

Comments
 (0)