You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: migrate documentation links to new docsite (#2947)
## Description
This PR migrates all legacy documentation links pointing to
`googleapis.github.io/genai-toolbox` to the new canonical documentation
site at `https://mcp-toolbox.dev/`. This ensures that users accessing
internal READMEs and guides are directed to the most up-to-date and
comprehensive documentation resource.
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.
31
31
32
32
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/).
34
34
35
35
> [!NOTE]
36
36
> 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
88
88
}
89
89
```
90
90
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/).
92
92
93
93
When you run Toolbox with a `--prebuilt=<database>` flag, you instantly get access to standard tools to interact with that database.
- **Other Databases:** PostgreSQL, MySQL, SQL Server, Oracle, MongoDB, Redis, Elasticsearch, CockroachDB, ClickHouse, Couchbase, Neo4j, Snowflake, Trino, and more.
98
98
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/).
100
100
101
101
*See the [Install & Run the Toolbox server](#install--run-the-toolbox-server) section for different execution methods like Docker or binaries.*
102
102
@@ -115,7 +115,7 @@ have multiple files, you can tell Toolbox which to load with the `--config
115
115
tools.yaml` flag.
116
116
117
117
You can find more detailed reference documentation to all resource types in the
Copy file name to clipboardExpand all lines: UPGRADING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ As part of this milestone, we have introduced several breaking changes and
7
7
deprecations that require updates to your configuration and code.
8
8
9
9
**📖 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:
0 commit comments