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).
91
43
2.**Install the Appropriate SDK:**
92
-
93
-
Choose the package based on your needs (see "[Which Package Should I Use?](#which-package-should-i-use)" above) and install it:
94
44
95
45
```bash
96
46
# For the Google ADK
@@ -105,23 +55,13 @@ To get started using Toolbox tools with an application, follow these general ste
105
55
106
56
# For LangChain/LangGraph integration
107
57
pip install toolbox-langchain
58
+
59
+
# OR
108
60
109
61
# For the LlamaIndex integration
110
62
pip install toolbox-llamaindex
111
-
```
112
-
113
-
3. **Use the SDK:**
114
-
115
-
Consult the README foryour chosen package (linkedin the "[Available
116
-
Packages](#available-packages)" section above) for detailed instructions on
117
-
how to connect the client, load tool definitions, invoke tools, configure
118
-
authentication/binding, and integrate them into your application or
119
-
framework.
120
63
121
-
> [!TIP]
122
-
> For a complete, end-to-end example including setting up the service and using
123
-
> an SDK, see the full tutorial: [**Toolbox Quickstart
3. **Explore Tutorials**: Check out the [Python Quickstart Tutorial](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart/) for a full walkthrough.
***adk:** Enable support for ADK 2.0 ([#584](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/584)) ([7effeb5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7effeb518e88329b32fa32bbacc08bf9e6de5de4))
9
+
***adk:** Support `ToolContext` for `auth_token_getters` in `toolbox-adk` ([#579](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/579)) ([05e5f2c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/05e5f2cba0a123c14594508eeee6bd228274b138))
10
+
***core:** add observability with OpenTelemetry ([#583](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/583)) ([d479385](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d479385cccf31a7cb1dffcc4634ddb6fe7ef932a))
* Documentation migrated to MCP Toolbox official docsite. ([#581](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/581)) ([da12899](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/da1289944d8d401c0d2b958ae47da42da729848e))
0 commit comments