Skip to content

Commit 893b2fb

Browse files
committed
refactor!: update docsite with repo name change (#2936)
Update all the `googleapis.github.io/genai-toolbox/*` docsite. Update files within `.hugo`.
1 parent 885cd62 commit 893b2fb

22 files changed

Lines changed: 68 additions & 68 deletions

File tree

.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();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ 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
457+
out the resources in the [Deploy Toolbox
458458
section](https://mcp-toolbox.dev/documentation/deploy-to/)
459459

460460
---

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ Authentication is configured per-tool within the MCP Toolbox service itself. If
229229

230230
### Supported Authentication Mechanisms
231231

232-
The MCP Toolbox service enables secure tool usage through Authenticated Parameters. For detailed information on how these mechanisms work within the MCP Toolbox service and how to configure them, please refer to [MCP Toolbox Service Documentation \- Authenticated Parameters](https://googleapis.github.io/genai-toolbox/resources/tools/#authenticated-parameters)
232+
The MCP Toolbox service enables secure tool usage through Authenticated Parameters. For detailed information on how these mechanisms work within the MCP Toolbox service and how to configure them, please refer to [MCP Toolbox Service Documentation \- Authenticated Parameters](https://mcp-toolbox.dev/documentation/configuration/tools/#authenticated-parameters)
233233

234234
### Step 1: Configure Tools in MCP Toolbox Service
235235

236-
First, ensure the target tool(s) are configured correctly in the MCP Toolbox service to require authentication. Refer to the [MCP Toolbox Service Documentation \- Authenticated Parameters](https://googleapis.github.io/genai-toolbox/resources/tools/#authenticated-parameters) for instructions.
236+
First, ensure the target tool(s) are configured correctly in the MCP Toolbox service to require authentication. Refer to the [MCP Toolbox Service Documentation \- Authenticated Parameters](https://mcp-toolbox.dev/documentation/configuration/tools/#authenticated-parameters) for instructions.
237237

238238
### Step 2: Configure SDK Client
239239

docs/en/documentation/connect-to/toolbox-sdks/python-sdk/adk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ toolset = ToolboxToolset(
270270
)
271271
```
272272

273-
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://googleapis.github.io/genai-toolbox/sdks/python-sdk/core/#opentelemetry) for a full setup example.
273+
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://mcp-toolbox.dev/documentation/connect-to/toolbox-sdks/python-sdk/core/#opentelemetry) for a full setup example.
274274

docs/en/documentation/connect-to/toolbox-sdks/python-sdk/langchain/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,4 +464,4 @@ with ToolboxClient("http://127.0.0.1:5000", telemetry_enabled=True) as toolbox:
464464
result = tool.invoke({"param": "value"})
465465
```
466466

467-
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://googleapis.github.io/genai-toolbox/sdks/python-sdk/core/#opentelemetry) for a full setup example.
467+
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://mcp-toolbox.dev/documentation/connect-to/toolbox-sdks/python-sdk/core/#opentelemetry) for a full setup example.

docs/en/documentation/connect-to/toolbox-sdks/python-sdk/llamaindex/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,4 +449,4 @@ with ToolboxClient("http://127.0.0.1:5000", telemetry_enabled=True) as toolbox:
449449
result = tool(param="value")
450450
```
451451

452-
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://googleapis.github.io/genai-toolbox/sdks/python-sdk/core/#opentelemetry) for a full setup example.
452+
Configure your OpenTelemetry `TracerProvider` and `MeterProvider` before creating the client. See the [toolbox-core OpenTelemetry documentation](https://mcp-toolbox.dev/documentation/connect-to/toolbox-sdks/python-sdk/core/#opentelemetry) for a full setup example.

0 commit comments

Comments
 (0)