Skip to content

Commit 86912b3

Browse files
committed
refactor!: update docsite with repo name change
1 parent a7e1b69 commit 86912b3

File tree

26 files changed

+82
-82
lines changed

26 files changed

+82
-82
lines changed

.hugo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/googleapis/genai-toolbox
1+
module github.com/googleapis/mcp-toolbox
22

33
go 1.23.2
44

.hugo/hugo.cloudflare.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
4646
[params]
4747
description = "MCP Toolbox for Databases is an open source MCP server for databases. It enables you to develop tools easier, faster, and more securely by handling the complexities such as connection pooling, authentication, and more."
4848
copyright = "Google LLC"
49-
github_repo = "https://github.com/googleapis/genai-toolbox"
50-
github_project_repo = "https://github.com/googleapis/genai-toolbox"
49+
github_repo = "https://github.com/googleapis/mcp-toolbox"
50+
github_project_repo = "https://github.com/googleapis/mcp-toolbox"
5151
github_subdir = "docs"
5252
offlineSearch = false
5353
version_menu = "Releases"
@@ -64,8 +64,8 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
6464
sidebar_menu_compact = false
6565
[params.ui.feedback]
6666
enable = true
67-
yes = 'Glad to hear it! Please <a href="https://github.com/googleapis/genai-toolbox/issues/new">tell us how we can improve</a>.'
68-
no = 'Sorry to hear that. Please <a href="https://github.com/googleapis/genai-toolbox/issues/new">tell us how we can improve</a>.'
67+
yes = 'Glad to hear it! Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
68+
no = 'Sorry to hear that. Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
6969
[params.ui.readingtime]
7070
enable = true
7171

@@ -139,7 +139,7 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
139139
[[menu.main]]
140140
name = "GitHub"
141141
weight = 50
142-
url = "https://github.com/googleapis/genai-toolbox"
142+
url = "https://github.com/googleapis/mcp-toolbox"
143143
pre = "<i class='fa-brands fa-github'></i>"
144144

145145
[markup.goldmark.renderer]

.hugo/hugo.toml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
3232
[params]
3333
description = "MCP Toolbox for Databases is an open source MCP server for databases. It enables you to develop tools easier, faster, and more securely by handling the complexities such as connection pooling, authentication, and more."
3434
copyright = "Google LLC"
35-
github_repo = "https://github.com/googleapis/genai-toolbox"
36-
github_project_repo = "https://github.com/googleapis/genai-toolbox"
35+
github_repo = "https://github.com/googleapis/mcp-toolbox"
36+
github_project_repo = "https://github.com/googleapis/mcp-toolbox"
3737
github_subdir = "docs"
3838
offlineSearch = false
3939
version_menu = "Releases"
40-
releases_url = "/genai-toolbox/releases.releases"
41-
global_logo_url = "/genai-toolbox/"
40+
releases_url = "/mcp-toolbox/releases.releases"
41+
global_logo_url = "/mcp-toolbox/"
4242
version = "dev"
4343
pagefind = true
4444
[params.ui]
@@ -49,119 +49,119 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick
4949
sidebar_menu_compact = false
5050
[params.ui.feedback]
5151
enable = true
52-
yes = 'Glad to hear it! Please <a href="https://github.com/googleapis/genai-toolbox/issues/new">tell us how we can improve</a>.'
53-
no = 'Sorry to hear that. Please <a href="https://github.com/googleapis/genai-toolbox/issues/new">tell us how we can improve</a>.'
52+
yes = 'Glad to hear it! Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
53+
no = 'Sorry to hear that. Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
5454
[params.ui.readingtime]
5555
enable = true
5656

5757
[[params.versions]]
5858
version = "dev"
59-
url = "https://googleapis.github.io/genai-toolbox/dev/"
59+
url = "https://mcp-toolbox.dev/dev/"
6060

6161
# Add a new version block here before every release
6262
# The order of versions in this file is mirrored into the dropdown
6363

6464
[[params.versions]]
6565
version = "v0.31.0"
66-
url = "https://googleapis.github.io/genai-toolbox/v0.31.0/"
66+
url = "https://mcp-toolbox.dev/v0.31.0/"
6767

6868
[[params.versions]]
6969
version = "v0.30.0"
70-
url = "https://googleapis.github.io/genai-toolbox/v0.30.0/"
70+
url = "https://mcp-toolbox.dev/v0.30.0/"
7171

7272
[[params.versions]]
7373
version = "v0.29.0"
74-
url = "https://googleapis.github.io/genai-toolbox/v0.29.0/"
74+
url = "https://mcp-toolbox.dev/v0.29.0/"
7575

7676
[[params.versions]]
7777
version = "v0.28.0"
78-
url = "https://googleapis.github.io/genai-toolbox/v0.28.0/"
78+
url = "https://mcp-toolbox.dev/v0.28.0/"
7979

8080
[[params.versions]]
8181
version = "v0.27.0"
82-
url = "https://googleapis.github.io/genai-toolbox/v0.27.0/"
82+
url = "https://mcp-toolbox.dev/v0.27.0/"
8383

8484
[[params.versions]]
8585
version = "v0.26.0"
86-
url = "https://googleapis.github.io/genai-toolbox/v0.26.0/"
86+
url = "https://mcp-toolbox.dev/v0.26.0/"
8787

8888
[[params.versions]]
8989
version = "v0.25.0"
90-
url = "https://googleapis.github.io/genai-toolbox/v0.25.0/"
90+
url = "https://mcp-toolbox.dev/v0.25.0/"
9191

9292
[[params.versions]]
9393
version = "v0.24.0"
94-
url = "https://googleapis.github.io/genai-toolbox/v0.24.0/"
94+
url = "https://mcp-toolbox.dev/v0.24.0/"
9595

9696
[[params.versions]]
9797
version = "v0.23.0"
98-
url = "https://googleapis.github.io/genai-toolbox/v0.23.0/"
98+
url = "https://mcp-toolbox.dev/v0.23.0/"
9999

100100
[[params.versions]]
101101
version = "v0.22.0"
102-
url = "https://googleapis.github.io/genai-toolbox/v0.22.0/"
102+
url = "https://mcp-toolbox.dev/v0.22.0/"
103103

104104
[[params.versions]]
105105
version = "v0.21.0"
106-
url = "https://googleapis.github.io/genai-toolbox/v0.21.0/"
106+
url = "https://mcp-toolbox.dev/v0.21.0/"
107107

108108
[[params.versions]]
109109
version = "v0.20.0"
110-
url = "https://googleapis.github.io/genai-toolbox/v0.20.0/"
110+
url = "https://mcp-toolbox.dev/v0.20.0/"
111111

112112
[[params.versions]]
113113
version = "v0.19.1"
114-
url = "https://googleapis.github.io/genai-toolbox/v0.19.1/"
114+
url = "https://mcp-toolbox.dev/v0.19.1/"
115115

116116
[[params.versions]]
117117
version = "v0.18.0"
118-
url = "https://googleapis.github.io/genai-toolbox/v0.18.0/"
118+
url = "https://mcp-toolbox.dev/v0.18.0/"
119119

120120
[[params.versions]]
121121
version = "v0.17.0"
122-
url = "https://googleapis.github.io/genai-toolbox/v0.17.0/"
122+
url = "https://mcp-toolbox.dev/v0.17.0/"
123123

124124
[[params.versions]]
125125
version = "v0.16.0"
126-
url = "https://googleapis.github.io/genai-toolbox/v0.16.0/"
126+
url = "https://mcp-toolbox.dev/v0.16.0/"
127127

128128
[[params.versions]]
129129
version = "v0.15.0"
130-
url = "https://googleapis.github.io/genai-toolbox/v0.15.0/"
130+
url = "https://mcp-toolbox.dev/v0.15.0/"
131131

132132
[[params.versions]]
133133
version = "v0.14.0"
134-
url = "https://googleapis.github.io/genai-toolbox/v0.14.0/"
134+
url = "https://mcp-toolbox.dev/v0.14.0/"
135135

136136
[[params.versions]]
137137
version = "v0.13.0"
138-
url = "https://googleapis.github.io/genai-toolbox/v0.13.0/"
138+
url = "https://mcp-toolbox.dev/v0.13.0/"
139139

140140
[[params.versions]]
141141
version = "v0.12.0"
142-
url = "https://googleapis.github.io/genai-toolbox/v0.12.0/"
142+
url = "https://mcp-toolbox.dev/v0.12.0/"
143143

144144
[[params.versions]]
145145
version = "v0.11.0"
146-
url = "https://googleapis.github.io/genai-toolbox/v0.11.0/"
146+
url = "https://mcp-toolbox.dev/v0.11.0/"
147147

148148
[[params.versions]]
149149
version = "v0.10.0"
150-
url = "https://googleapis.github.io/genai-toolbox/v0.10.0/"
150+
url = "https://mcp-toolbox.dev/v0.10.0/"
151151

152152
[[params.versions]]
153153
version = "v0.9.0"
154-
url = "https://googleapis.github.io/genai-toolbox/v0.9.0/"
154+
url = "https://mcp-toolbox.dev/v0.9.0/"
155155

156156
[[params.versions]]
157157
version = "v0.8.0"
158-
url = "https://googleapis.github.io/genai-toolbox/v0.8.0/"
158+
url = "https://mcp-toolbox.dev/v0.8.0/"
159159

160160

161161
[[menu.main]]
162162
name = "GitHub"
163163
weight = 50
164-
url = "https://github.com/googleapis/genai-toolbox"
164+
url = "https://github.com/googleapis/mcp-toolbox"
165165
pre = "<i class='fa-brands fa-github'></i>"
166166

167167
[markup.goldmark.renderer]

.hugo/layouts/partials/search-input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
debounceTimeoutMs: 300,
2727
bundlePath: "{{ relURL "pagefind/" }}",
2828
processResult: function (result) {
29-
const ignoredSegments = ["en", "docs", "dev", "genai-toolbox"];
29+
const ignoredSegments = ["en", "docs", "dev", "mcp-toolbox"];
3030
let path = result.url.replace(/^https?:\/\/[^\/]+/, "").split('#')[0].replace(/\/$/, "");
3131
let parts = path.split("/").filter(p => p && !ignoredSegments.includes(p));
3232
parts.pop();

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ tools.
285285
[temp-param]:
286286
https://github.com/googleapis/genai-toolbox/blob/v0.23.0/tests/tool.go#L454
287287
[temp-param-doc]:
288-
https://googleapis.github.io/genai-toolbox/resources/tools/#template-parameters
288+
https://mcp-toolbox.dev/documentation/configuration/tools/#template-parameters
289289
290290
#### Adding Documentation
291291

MCP-TOOLBOX-EXTENSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ SQL (e.g., self-hosted on-prem, on a VM, or in another cloud).
237237

238238
This extension can be used with any Google Cloud database to build custom
239239
tools. For more information, see the [MCP Toolbox
240-
documentation](https://googleapis.github.io/genai-toolbox/getting-started/introduction/).
240+
documentation](https://mcp-toolbox.dev/documentation/introduction/).
241241

242242
```bash
243243
gemini extensions install https://github.com/gemini-cli-extensions/mcp-toolbox

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Go Report Card](https://goreportcard.com/badge/github.com/googleapis/genai-toolbox)](https://goreportcard.com/report/github.com/googleapis/genai-toolbox)
1010
[![License: Apache
1111
2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
12-
[![Docs](https://img.shields.io/badge/Docs-MCP_Toolbox-blue)](https://googleapis.github.io/genai-toolbox/)
12+
[![Docs](https://img.shields.io/badge/Docs-MCP_Toolbox-blue)](https://mcp-toolbox.dev/)
1313
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=flat&logo=discord&logoColor=white)](https://discord.gg/Dmm69peqjh)
1414
[![Medium](https://img.shields.io/badge/Medium-12100E?style=flat&logo=medium&logoColor=white)](https://medium.com/@mcp_toolbox)
1515

@@ -30,7 +30,7 @@ It serves a **dual purpose**:
3030
2. **Custom Tools Framework (Run-Time):** A robust framework to build specialized, highly secure AI tools for your production agents. Define structured queries, semantic search, and NL2SQL capabilities safely and easily.
3131

3232

33-
This README provides a brief overview. For comprehensive details, see the [full documentation](https://googleapis.github.io/genai-toolbox/).
33+
This README provides a brief overview. For comprehensive details, see the [full documentation](https://mcp-toolbox.dev/).
3434

3535
> [!NOTE]
3636
> This solution was originally named “Gen AI Toolbox for Databases” (github.com/googleapis/genai-toolbox) as its initial development predated MCP, but was renamed to align with the MCP compatibility.
@@ -88,15 +88,15 @@ You can use the Toolbox in any MCP-compatible IDE or client (e.g., Gemini CLI, G
8888
}
8989
```
9090

91-
2. Set the appropriate environment variables to connect, see the [Prebuilt Tools Reference](https://googleapis.github.io/genai-toolbox/reference/prebuilt-tools/).
91+
2. Set the appropriate environment variables to connect, see the [Prebuilt Tools Reference](https://mcp-toolbox.dev/documentation/configuration/prebuilt-configs/).
9292

9393
When you run Toolbox with a `--prebuilt=<database>` flag, you instantly get access to standard tools to interact with that database.
9494

9595
Supported databases currently include:
9696
- **Google Cloud:** AlloyDB, BigQuery, Cloud SQL (PostgreSQL, MySQL, SQL Server), Spanner, Firestore, Dataplex
9797
- **Other Databases:** PostgreSQL, MySQL, SQL Server, Oracle, MongoDB, Redis, Elasticsearch, CockroachDB, ClickHouse, Couchbase, Neo4j, Snowflake, Trino, and more.
9898

99-
For a full list of available tools and their capabilities across all supported databases, see the [Prebuilt Tools Reference](https://googleapis.github.io/genai-toolbox/reference/prebuilt-tools/).
99+
For a full list of available tools and their capabilities across all supported databases, see the [Prebuilt Tools Reference](https://mcp-toolbox.dev/documentation/configuration/prebuilt-configs/).
100100

101101
*See the [Install & Run the Toolbox server](#install--run-the-toolbox-server) section for different execution methods like Docker or binaries.*
102102

@@ -115,7 +115,7 @@ have multiple files, you can tell Toolbox which to load with the `--config
115115
tools.yaml` flag.
116116

117117
You can find more detailed reference documentation to all resource types in the
118-
[Resources](https://googleapis.github.io/genai-toolbox/resources/).
118+
[Resources](https://mcp-toolbox.dev/documentation/configuration/).
119119

120120
### Sources
121121

@@ -135,7 +135,7 @@ password: my-password
135135
```
136136

137137
For more details on configuring different types of sources, see the
138-
[Sources](https://googleapis.github.io/genai-toolbox/resources/sources).
138+
[Sources](https://mcp-toolbox.dev/documentation/configuration/sources).
139139

140140
### Tools
141141

@@ -156,7 +156,7 @@ statement: SELECT * FROM hotels WHERE name ILIKE '%' || $1 || '%';
156156
```
157157
158158
For more details on configuring different types of tools, see the
159-
[Tools](https://googleapis.github.io/genai-toolbox/resources/tools).
159+
[Tools](https://mcp-toolbox.dev/documentation/configuration/tools).
160160
161161
### Toolsets
162162
@@ -197,7 +197,7 @@ arguments:
197197
```
198198

199199
For more details on configuring prompts, see the
200-
[Prompts](https://googleapis.github.io/genai-toolbox/resources/prompts).
200+
[Prompts](https://mcp-toolbox.dev/documentation/configuration/prompts).
201201

202202
---
203203

@@ -454,8 +454,8 @@ You can use `toolbox help` for a full list of flags! To stop the server, send a
454454
terminate signal (`ctrl+c` on most platforms).
455455

456456
For more detailed documentation on deploying to different environments, check
457-
out the resources in the [How-to
458-
section](https://googleapis.github.io/genai-toolbox/how-to/)
457+
out the resources in the [Deploy Toolbox
458+
section](https://mcp-toolbox.dev/documentation/deploy-to/)
459459

460460
---
461461

@@ -1021,7 +1021,7 @@ For more detailed instructions on using the Toolbox Core SDK, see the
10211021

10221022
To launch Toolbox's interactive UI, use the `--ui` flag. This allows you to test
10231023
tools and toolsets with features such as authorized parameters. To learn more,
1024-
visit [Toolbox UI](https://googleapis.github.io/genai-toolbox/how-to/toolbox-ui/).
1024+
visit [Toolbox UI](https://mcp-toolbox.dev/documentation/configuration/toolbox-ui/).
10251025

10261026
```sh
10271027
./toolbox --ui
@@ -1031,7 +1031,7 @@ visit [Toolbox UI](https://googleapis.github.io/genai-toolbox/how-to/toolbox-ui/
10311031

10321032
Toolbox emits traces and metrics via OpenTelemetry. Use `--telemetry-otlp=<endpoint>`
10331033
to export to any OTLP-compatible backend like Google Cloud Monitoring, Agnost AI, or
1034-
others. See the [telemetry docs](https://googleapis.github.io/genai-toolbox/how-to/export_telemetry/) for details.
1034+
others. See the [telemetry docs](https://mcp-toolbox.dev/documentation/monitoring/) for details.
10351035

10361036
### Generate Agent Skills
10371037

@@ -1050,7 +1050,7 @@ Once generated, you can install the skill into the Gemini CLI:
10501050
gemini skills install ./skills/my-skill
10511051
```
10521052

1053-
For more details, see the [Generate Agent Skills guide](https://googleapis.github.io/genai-toolbox/how-to/generate_skill/).
1053+
For more details, see the [Agent Skills guide](https://mcp-toolbox.dev/documentation/configuration/skills/).
10541054

10551055
---
10561056

@@ -1064,7 +1064,7 @@ The Public API includes the Toolbox Server (CLI, configuration manifests, and pr
10641064
- **Minor versions** are incremented for new features, including modifications to pre-built toolsets or beta features.
10651065
- **Patch versions** are incremented for backward-compatible bug fixes.
10661066

1067-
For more details, see our [Full Versioning Policy](https://googleapis.github.io/genai-toolbox/about/versioning/).
1067+
For more details, see our [Full Versioning Policy](https://mcp-toolbox.dev/reference/versioning/).
10681068

10691069
---
10701070

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As part of this milestone, we have introduced several breaking changes and
77
deprecations that require updates to your configuration and code.
88

99
**📖 New Versioning Policy**
10-
We have officially published our [Versioning Policy](https://googleapis.github.io/genai-toolbox/dev/about/versioning/). Moving forward, we follow standard versioning conventions to classify updates:
10+
We have officially published our [Versioning Policy](https://mcp-toolbox.dev/reference/versioning/). Moving forward, we follow standard versioning conventions to classify updates:
1111
* **Major (vX.0.0):** Breaking changes requiring manual updates.
1212
* **Minor (v1.X.0):** New, backward-compatible features and deprecation notices.
1313
* **Patch (v1.0.X):** Backward-compatible bug fixes and security patches.

docs/TOOLBOX_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MCP Toolbox for Databases Server gives AI-powered development tools the abil
2020
> To always run the latest version, update the MCP server configuration to use:
2121
> ```npx -y @toolbox-sdk/server@latest```.
2222
23-
3. Create your [`tools.yaml` configuration file](https://googleapis.github.io/genai-toolbox/getting-started/configure/).
23+
3. Create your [`tools.yaml` configuration file](https://mcp-toolbox.dev/documentation/configuration/).
2424

2525
4. In the configuration window, enter the full absolute path to your `tools.yaml` file and click **Save**.
2626

@@ -49,4 +49,4 @@ Interact with your custom tools using natural language.
4949

5050
## Documentation
5151

52-
For more information, visit the [MCP Toolbox for Databases documentation](https://googleapis.github.io/genai-toolbox/getting-started/introduction/).
52+
For more information, visit the [MCP Toolbox for Databases documentation](https://mcp-toolbox.dev/documentation/introduction/).

docs/en/documentation/connect-to/toolbox-sdks/java-sdk/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ within your Java applications or AI orchestration frameworks.
2525
## Getting Started
2626

2727
First make sure MCP Toolbox Server is set up and is running (either locally or deployed on Cloud Run). Follow the instructions here: [**MCP Toolbox Getting Started
28-
Guide**](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#getting-started)
28+
Guide**](https://mcp-toolbox.dev/documentation/introduction/#getting-started)
2929

3030
## Installation
3131

0 commit comments

Comments
 (0)