-
Notifications
You must be signed in to change notification settings - Fork 631
docs: Add MCP Toolbox for databases Go SDK Documentation #895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
64b2294 to
71e1f30
Compare
|
@dishaprakash I transferred your PR here. |
| 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 | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| Tools: []tool.Tool{&toolboxtool}, | ||
| }) | ||
| } | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto here wrt nested tabs.
ToniCorinne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple nits, but otherwise lgtm
71e1f30 to
78c68d4
Compare
This PR adds a sample on how to use the MCP Toolbox Go SDK with ADK Go
Transferred from ivanmkc/adk-docs-private#39