Skip to content

docs: JS toolbox-adk sdk doc migration#2395

Merged
rapid-killer-9 merged 10 commits intojs-sdk-docsfrom
docs-js-sdk-adk
Feb 19, 2026
Merged

docs: JS toolbox-adk sdk doc migration#2395
rapid-killer-9 merged 10 commits intojs-sdk-docsfrom
docs-js-sdk-adk

Conversation

@rapid-killer-9
Copy link
Copy Markdown
Contributor

@rapid-killer-9 rapid-killer-9 commented Feb 2, 2026

This PR migrates the @toolbox-sdk/adk JavaScript SDK documentation to the main documentation site. It ensures all technical guides and references are centralized and up-to-date with the latest project standards.

Key Changes

  • Documentation Migration: Ported content from the JS SDK repository to the main docsite.

  • Compatibility Updates: Updated the documentation to support the current Hugo version used by the site.

  • Model Update: Updated all Gemini model references to Gemini 3 Preview to align with the latest SDK capabilities.

  • Content Enhancement: Refined setup guides, authentication sections, and ADK integration examples for better readability.

@rapid-killer-9 rapid-killer-9 requested a review from a team February 2, 2026 08:28
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @rapid-killer-9, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request migrates and introduces new, detailed documentation for the @toolbox-sdk/adk JavaScript SDK. The new documentation provides an in-depth guide for developers, covering everything from initial setup and basic usage to advanced topics like authentication, transport protocols, and integration with the Agent Development Kit. The goal is to centralize and enhance the accessibility of information for users interacting with the MCP Toolbox service through this SDK.

Highlights

  • New Documentation for @toolbox-sdk/adk: A comprehensive documentation file has been added for the @toolbox-sdk/adk JavaScript SDK, detailing its features and usage.
  • Installation and Quickstart Guide: The new documentation includes clear instructions for installing the SDK via npm and a quickstart guide with a minimal example to get users started.
  • Authentication Mechanisms: Detailed sections on client-to-server authentication (including Google Cloud integration) and authenticating individual tools with Oauth2 tokens have been provided.
  • Tool Loading, Invocation, and Parameter Binding: The document explains how to load single tools or toolsets, invoke them, and bind parameter values, including dynamic values, for enhanced control and security.
  • Integration with ADK: An example demonstrating the use of @toolbox-sdk/adk with the Agent Development Kit (ADK) is included, showcasing how to integrate Toolbox tools into LLM agents.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new markdown document for the Toolbox-adk SDK, providing documentation and usage examples. The review focuses on ensuring the documentation is clear, correct, and follows best practices for SDK usage. No specific style guide was provided, so the review defaults to general documentation best practices.

Comment thread docs/en/sdks/JS-sdk/adk/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/adk/index.md
Comment thread docs/en/sdks/JS-sdk/adk/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/adk/index.md
Comment thread docs/en/sdks/JS-sdk/adk/index.md Outdated
@rapid-killer-9 rapid-killer-9 marked this pull request as draft February 2, 2026 08:30
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 2, 2026

Updated title and description for the adk documentation.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

@rapid-killer-9 rapid-killer-9 marked this pull request as ready for review February 3, 2026 10:10
rapid-killer-9 and others added 3 commits February 5, 2026 11:04
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

@twishabansal
Copy link
Copy Markdown
Contributor

Can you ensure that the core readme is consistent with these changes? I just wrote a PR: googleapis/mcp-toolbox-sdk-js#262

Similarly, please raise PRs to update model name etc.

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@rapid-killer-9
Copy link
Copy Markdown
Contributor Author

rapid-killer-9 commented Feb 11, 2026

Can you ensure that the core readme is consistent with these changes? I just wrote a PR: googleapis/mcp-toolbox-sdk-js#262

Similarly, please raise PRs to update model name etc.

I’ve confirmed that the variable names in the JS PR are already consistent, as this was handled previously. I have now also added a note regarding model deprecation to ensure everything is aligned.

@github-actions
Copy link
Copy Markdown
Contributor

Comment thread docs/en/sdks/JS-sdk/adk/index.md Outdated
@twishabansal
Copy link
Copy Markdown
Contributor

Please fix the link check

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@rapid-killer-9 rapid-killer-9 merged commit cf7714e into js-sdk-docs Feb 19, 2026
15 checks passed
@rapid-killer-9 rapid-killer-9 deleted the docs-js-sdk-adk branch February 19, 2026 07:13
rapid-killer-9 added a commit that referenced this pull request Feb 19, 2026
Docs Migration from JS SDK repo to genai-toolbox repo.

This branch is used as parent branch for python Sdk docs migration 

child branch: 
1. #2395
2. #2408

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants