diff --git a/docs/en/how-to/connect-ide/alloydb_pg_admin_mcp.md b/docs/en/how-to/connect-ide/alloydb_pg_admin_mcp.md index ed170a7672..4db9bc1247 100644 --- a/docs/en/how-to/connect-ide/alloydb_pg_admin_mcp.md +++ b/docs/en/how-to/connect-ide/alloydb_pg_admin_mcp.md @@ -37,12 +37,11 @@ This guide covers how to use [MCP Toolbox for Databases][toolbox] to create Allo 1. Download the latest version of Toolbox as a binary. Select the [correct binary](https://github.com/googleapis/genai-toolbox/releases) corresponding to your OS and CPU architecture. You are required to use Toolbox version V0.10.0+: - - + {{< tabpane persist=header >}} - {{< tab header="linux/amd64" lang="bash" >}} - curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/linux/amd64/toolbox - {{< /tab >}} +{{< tab header="linux/amd64" lang="bash" >}} +curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/linux/amd64/toolbox +{{< /tab >}} {{< tab header="darwin/arm64" lang="bash" >}} curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/darwin/arm64/toolbox @@ -53,11 +52,10 @@ curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/darwin/amd64/toolbo {{< /tab >}} {{< tab header="windows/amd64" lang="bash" >}} -curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/windows/amd64/toolbox +curl -O https://storage.googleapis.com/genai-toolbox/v0.10.0/windows/amd64/toolbox.exe {{< /tab >}} {{< /tabpane >}} - - + 1. Make the binary executable: diff --git a/docs/en/how-to/connect-ide/postgres_mcp.md b/docs/en/how-to/connect-ide/postgres_mcp.md index d39cb185f8..6394409451 100644 --- a/docs/en/how-to/connect-ide/postgres_mcp.md +++ b/docs/en/how-to/connect-ide/postgres_mcp.md @@ -52,19 +52,19 @@ Omni](https://cloud.google.com/alloydb/omni/current/docs/overview). {{< tabpane persist=header >}} {{< tab header="linux/amd64" lang="bash" >}} -curl -O +curl -O https://storage.googleapis.com/genai-toolbox/v0.9.0/linux/amd64/toolbox {{< /tab >}} {{< tab header="darwin/arm64" lang="bash" >}} -curl -O +curl -O https://storage.googleapis.com/genai-toolbox/v0.9.0/darwin/arm64/toolbox {{< /tab >}} {{< tab header="darwin/amd64" lang="bash" >}} -curl -O +curl -O https://storage.googleapis.com/genai-toolbox/v0.9.0/darwin/amd64/toolbox {{< /tab >}} {{< tab header="windows/amd64" lang="bash" >}} -curl -O +curl -O https://storage.googleapis.com/genai-toolbox/v0.9.0/windows/amd64/toolbox.exe {{< /tab >}} {{< /tabpane >}}