chore: rebrand as MCP Toolbox (#412)

This commit is contained in:
Kurtis Van Gent
2025-04-07 15:46:20 -06:00
committed by GitHub
parent 75d2296d7a
commit 8ef32cc73a
8 changed files with 34 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
title = 'Gen AI Toolbox for Databases'
title = 'MCP Toolbox for Databases'
relativeURLs = true
languageCode = 'en-us'

View File

@@ -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.
<!-- TOC ignore:true -->
## 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:

View File

@@ -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)?

View File

@@ -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",

View File

@@ -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?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 143 KiB

View File

@@ -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.

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 172 KiB