Skip to content

Commit c8aa5d4

Browse files
deploy: chore(main): release 1.1.0 (#3024)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.0...v1.1.0) (2026-04-13) ### Features * **tools/cloudsqlpg:** Add vector assist tools for Cloud SQL Postgres ([#2909](#2909)) ([7a6d849](7a6d849)) ### Bug Fixes * **looker:** Convert configuration yaml to flat format ([#3022](#3022)) ([45c05e3](45c05e3)) ### Docs Update * **knowledge-catalog:** Rename dataplex to knowledge-catalog across docs ([#3039](#3039)) ([45c05e3](24ce6ce)) --- 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> da6f5f8
1 parent 15e83e4 commit c8aa5d4

45 files changed

Lines changed: 81 additions & 81 deletions

Some content is hidden

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

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 = \"1.0.0\" # x-release-please-version\n",
252+
"version = \"1.1.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
@@ -591,7 +591,7 @@
591591
</span>Tip</p><p>Select the
592592
<a href=https://github.com/googleapis/mcp-toolbox/releases>correct binary</a>
593593
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>
594-
</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
594+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.1.0/<span class=nv>$OS</span>/toolbox
595595
</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
596596
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
597597
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
@@ -589,7 +589,7 @@
589589
</span>Tip</p><p>Select the
590590
<a href=https://github.com/googleapis/mcp-toolbox/releases>correct binary</a>
591591
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>
592-
</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
592+
</span></span><span class=line><span class=cl>curl -O https://storage.googleapis.com/mcp-toolbox-for-databases/v1.1.0/<span class=nv>$OS</span>/toolbox
593593
</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
594594
</span></span></code></pre></div></li><li><p>Write the following into a <code>tools.yaml</code> file. Be sure to update any fields
595595
such as <code>user</code>, <code>password</code>, or <code>database</code> that you may have customized in the

0 commit comments

Comments
 (0)