docs: Add MCP Toolbox for databases Go SDK Documentation#895
Merged
ivanmkc merged 3 commits intogoogle:mainfrom Nov 6, 2025
Merged
docs: Add MCP Toolbox for databases Go SDK Documentation#895ivanmkc merged 3 commits intogoogle:mainfrom
ivanmkc merged 3 commits intogoogle:mainfrom
Conversation
64b2294 to
71e1f30
Compare
Collaborator
Author
|
@dishaprakash I transferred your PR here. |
ToniCorinne
reviewed
Nov 6, 2025
Comment on lines
+118
to
+123
| ADK relies on the `mcp-toolbox-sdk-go` go module to use Toolbox. Install the | ||
| module before getting started: | ||
|
|
||
| ```shell | ||
| go get github.com/googleapis/mcp-toolbox-sdk-go | ||
| ``` |
Member
There was a problem hiding this comment.
This whole section could be nested next to the Python one above. This will render with the go code directly below the python, instead of with the selectable tabl.
ToniCorinne
reviewed
Nov 6, 2025
| Tools: []tool.Tool{&toolboxtool}, | ||
| }) | ||
| } | ||
| ``` |
ToniCorinne
reviewed
Nov 6, 2025
ToniCorinne
requested changes
Nov 6, 2025
Member
ToniCorinne
left a comment
There was a problem hiding this comment.
A couple nits, but otherwise lgtm
71e1f30 to
78c68d4
Compare
ToniCorinne
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a sample on how to use the MCP Toolbox Go SDK with ADK Go
Transferred from ivanmkc/adk-docs-private#39