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
1.**Set up the Toolbox Service**: Ensure you have a running MCP Toolbox server. Follow the [MCP Toolbox Server Getting Started Guide](https://github.com/googleapis/genai-toolbox?tab=readme-ov-file#getting-started).
42
+
1.**Set up the Toolbox Service**: Ensure you have a running MCP Toolbox server. Follow the [MCP Toolbox Server Getting Started Guide](https://mcp-toolbox.dev/documentation/introduction/#getting-started).
43
43
2.**Install the Appropriate SDK:**
44
44
45
45
```bash
@@ -61,7 +61,7 @@ This repository hosts the following Python packages. See the package-specific RE
61
61
# For the LlamaIndex integration
62
62
pip install toolbox-llamaindex
63
63
64
-
3. **Explore Tutorials**: Check out the [Python Quickstart Tutorial](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart/) for a full walkthrough.
64
+
3. **Explore Tutorials**: Check out the [Python Quickstart Tutorial](https://mcp-toolbox.dev/documentation/getting-started/local_quickstart/) for a full walkthrough.
Copy file name to clipboardExpand all lines: packages/toolbox-adk/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This package allows Google ADK (Agent Development Kit) agents to natively use tools from the [MCP Toolbox](https://github.com/googleapis/genai-toolbox).
6
6
7
-
For detailed guides, authentication examples, and advanced configuration, visit the [Python SDK ADK Guide](https://googleapis.github.io/genai-toolbox/sdks/python-sdk/adk/).
7
+
For detailed guides, authentication examples, and advanced configuration, visit the [Python SDK ADK Guide](https://mcp-toolbox.dev/documentation/connect-to/toolbox-sdks/python-sdk/adk/).
8
8
9
9
## Table of Contents
10
10
@@ -19,12 +19,12 @@ pip install toolbox-adk
19
19
20
20
## Usage
21
21
22
-
The `toolbox-adk` package provides a seamless bridge to natively use MCP Toolbox tools within ADK agents. For detailed guides and advanced configuration, please visit the following sections on our [Documentation Site](https://googleapis.github.io/genai-toolbox/sdks/python-sdk/adk/):
22
+
The `toolbox-adk` package provides a seamless bridge to natively use MCP Toolbox tools within ADK agents. For detailed guides and advanced configuration, please visit the following sections on our [Documentation Site](https://mcp-toolbox.dev/documentation/connect-to/toolbox-sdks/python-sdk/adk/):
0 commit comments