diff --git a/.hugo/hugo.toml b/.hugo/hugo.toml index d62836587a..cc7dbcbaff 100644 --- a/.hugo/hugo.toml +++ b/.hugo/hugo.toml @@ -1,4 +1,4 @@ -title = 'Gen AI Toolbox for Databases' +title = 'MCP Toolbox for Databases' relativeURLs = true languageCode = 'en-us' diff --git a/README.md b/README.md index 045d3d476e..bc8282e4b6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@ ![logo](./logo.png) -# Gen AI Toolbox for Databases +# MCP Toolbox for Databases > [!NOTE] -> Gen AI Toolbox for Databases is currently in beta, and may see breaking +> MCP Toolbox for Databases is currently in beta, and may see breaking > changes until the first stable release (v1.0). -Gen AI Toolbox for Databases is an open source server that makes it easier to -build Gen AI tools for interacting with databases. It enables you to develop -tools easier, faster, and more securely by handling the complexities such as -connection pooling, authentication, and more. +MCP Toolbox for Databases is an open source MCP server for databases It was +designed with enterprise-grade and production-quality in mind. It enables you to +develop tools easier, faster, and more securely by handling the complexities +such as connection pooling, authentication, and more. This README provides a brief overview. For comprehensive details, see the [full documentation](https://googleapis.github.io/genai-toolbox/). + +> [!NOTE] +> This product was originally named “Gen AI Toolbox for Databases” as +> its initial development predated MCP, but was renamed to align with recently +> added MCP compatibility. + ## Table of Contents @@ -211,9 +217,8 @@ For more details on configuring different types of sources, see the ### Tools -The `tools` section of your `tools.yaml` define your the actions your agent can -take: what kind of tool it is, which source(s) it affects, what parameters it -uses, etc. +The `tools` section of a `tools.yaml` define the actions an agent can take: what +kind of tool it is, which source(s) it affects, what parameters it uses, etc. ```yaml tools: diff --git a/docs/en/about/faq.md b/docs/en/about/faq.md index 42e21b2a66..71cd475824 100644 --- a/docs/en/about/faq.md +++ b/docs/en/about/faq.md @@ -7,7 +7,7 @@ description: Frequently asked questions about Toolbox. ## How can I deploy or run Toolbox? -Gen AI Toolbox for Databases is open-source and can be ran or deployed to a +MCP Toolbox for Databases is open-source and can be ran or deployed to a multitude of environments. For convenience, we release [compiled binaries and docker images][release-notes] (but you can always compile yourself as well!). @@ -75,7 +75,10 @@ While a large part of the Gen AI Ecosystem is predominately Python, we opted to use Go. We chose Go because it's still easy and simple to use, but also easier to write fast, efficient, and concurrent servers. Additionally, given the server-client architecture, we can still meet many developers where they are -with clients in their preferred language. As Gen AI matures, we want developers to be able to use Toolbox on the serving path of mission critical applications. It's easier to build the needed robustness, performance and scalability in Go than in Python. +with clients in their preferred language. As Gen AI matures, we want developers +to be able to use Toolbox on the serving path of mission critical applications. +It's easier to build the needed robustness, performance and scalability in Go +than in Python. ## Is Toolbox compatible with Model Context Protocol (MCP)? diff --git a/docs/en/getting-started/colab_quickstart.ipynb b/docs/en/getting-started/colab_quickstart.ipynb index b93ef105a0..aa05f0e633 100644 --- a/docs/en/getting-started/colab_quickstart.ipynb +++ b/docs/en/getting-started/colab_quickstart.ipynb @@ -38,7 +38,7 @@ "id": "DMLivT-MIcmV" }, "source": [ - "# Getting Started With GenAI Toolbox\n", + "# Getting Started With MCP Toolbox\n", "\n", "This guide demonstrates how to quickly run [Toolbox](https://github.com/googleapis/genai-toolbox) end-to-end in Google Colab using Python, PostgreSQL, and LlamaIndex.\n", "\n", diff --git a/docs/en/getting-started/introduction/_index.md b/docs/en/getting-started/introduction/_index.md index 43851ce0f4..742d4a759f 100644 --- a/docs/en/getting-started/introduction/_index.md +++ b/docs/en/getting-started/introduction/_index.md @@ -2,13 +2,20 @@ title: "Introduction" type: docs weight: 1 -description: An introduction to Gen AI Toolbox for Databases. +description: An introduction to MCP Toolbox for Databases. --- -Gen AI Toolbox for Databases is an open source server that makes it easier to -build Gen AI tools for interacting with databases. It enables you to develop -tools easier, faster, and more securely by handling the complexities such as -connection pooling, authentication, and more. +MCP Toolbox for Databases is an open source MCP server for databases. It was +designed with enterprise-grade and production-quality in mind. It enables you to +develop tools easier, faster, and more securely by handling the complexities +such as connection pooling, authentication, and more. + + +{{< notice note >}} +This product was originally named “Gen AI Toolbox for +Databases” as its initial development predated MCP, but was renamed to align +with recently added MCP compatibility. +{{< /notice >}} ## Why Toolbox? diff --git a/docs/en/getting-started/introduction/architecture.png b/docs/en/getting-started/introduction/architecture.png index 9e12d6bbe8..089832f7bf 100644 Binary files a/docs/en/getting-started/introduction/architecture.png and b/docs/en/getting-started/introduction/architecture.png differ diff --git a/docs/en/resources/sources/http.md b/docs/en/resources/sources/http.md index 153b90cf16..0ceba43ea3 100644 --- a/docs/en/resources/sources/http.md +++ b/docs/en/resources/sources/http.md @@ -9,7 +9,7 @@ description: > ## About -The HTTP Source allows the Gen AI Toolbox to retrieve data from arbitrary HTTP +The HTTP Source allows Toolbox to retrieve data from arbitrary HTTP endpoints. This enables Generative AI applications to access data from web APIs and other HTTP-accessible resources. diff --git a/logo.png b/logo.png index 52c29bbe25..50c9b025fe 100644 Binary files a/logo.png and b/logo.png differ