Skip to content

docs: migration of Go Sdk docs#2292

Merged
AnmolShukla2002 merged 7 commits intosdk-docs-migratefrom
migrate-go-sdk
Feb 9, 2026
Merged

docs: migration of Go Sdk docs#2292
AnmolShukla2002 merged 7 commits intosdk-docs-migratefrom
migrate-go-sdk

Conversation

@AnmolShukla2002
Copy link
Copy Markdown
Contributor

@AnmolShukla2002 AnmolShukla2002 commented Jan 12, 2026

Related PRs : [Core] #2330
[tbADK] #2393
[tbGenkit] #2394

@AnmolShukla2002 AnmolShukla2002 requested a review from a team January 12, 2026 10:27
@AnmolShukla2002 AnmolShukla2002 self-assigned this Jan 12, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @AnmolShukla2002, 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 focuses on improving the documentation for the Go SDK of the MCP Toolbox. The changes provide a more detailed introduction to the SDK's architecture and purpose, clarify the functionality of its core and integration-specific packages, and offer practical guidance for getting started. The primary impact is to significantly lower the barrier to entry for developers looking to integrate the MCP Toolbox Go SDK with their Gen AI applications by providing clear, runnable examples for popular frameworks.

Highlights

  • Enhanced Go SDK Documentation: The main Go SDK documentation (_index.md) has been significantly updated to include a comprehensive overview, detailed package descriptions, and a clear 'Getting Started' guide, making it easier for new users to understand and utilize the SDK.
  • New Samples Section: A dedicated 'Samples' section has been introduced for the Go SDK, providing a centralized location for integration examples.
  • Integration Examples for AI Frameworks: New documentation pages with complete Go code samples have been added to demonstrate integration with various popular AI orchestration frameworks, including ADK Go, Go GenAI, Genkit Go, LangChain Go, and OpenAI Go.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.

@AnmolShukla2002 AnmolShukla2002 marked this pull request as draft January 12, 2026 10:28
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 is a great step towards improving the Go SDK documentation by migrating content and adding several useful code samples for various AI frameworks. The new documentation structure is clearer. However, I've found several issues within the new markdown files and Go code samples, including incorrect Go syntax, inconsistent and invalid model names, poor error handling, use of deprecated libraries, and some minor formatting and grammatical errors. I've provided detailed comments and suggestions to address these points, which should help improve the quality and correctness of the documentation and samples.

Comment thread docs/en/sdks/go-sdk/samples/go-adk.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-genai.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-openai.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-openai.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-adk.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-langchain.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-genai.md Outdated
Comment thread docs/en/sdks/go-sdk/samples/go-openai.md Outdated
Comment thread docs/en/sdks/go-sdk/_index.md
Comment thread docs/en/sdks/go-sdk/_index.md
@github-actions
Copy link
Copy Markdown
Contributor

@github-actions
Copy link
Copy Markdown
Contributor

@AnmolShukla2002 AnmolShukla2002 marked this pull request as ready for review January 19, 2026 09:20
Comment thread docs/en/sdks/go-sdk/_index.md Outdated
Comment thread docs/en/sdks/go-sdk/_index.md
Comment thread docs/en/sdks/go-sdk/_index.md
Comment thread docs/en/sdks/go-sdk/_index.md Outdated
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

AnmolShukla2002 and others added 2 commits February 5, 2026 10:55
This PR migrates the Go SDK documentation and core technical samples
from the [mcp-toolbox-sdk-go] repository to the main genai-toolbox
documentation site. This consolidation ensures that conceptual guides,
package overviews, and interactive code examples are available in a
centralized "one-stop-shop".

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
This PR migrates the Go SDK documentation and tbadk technical samples
from the [mcp-toolbox-sdk-go] repository to the main genai-toolbox
documentation site. This consolidation ensures that conceptual guides,
package overviews, and interactive code examples are available in a
centralized "one-stop-shop".
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

This PR migrates the Go SDK documentation and tbGenkit technical samples
from the [mcp-toolbox-sdk-go] repository to the main genai-toolbox
documentation site. This consolidation ensures that conceptual guides,
package overviews, and interactive code examples are available in a
centralized "one-stop-shop".

---------

Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

@AnmolShukla2002 AnmolShukla2002 merged commit 25c39b9 into sdk-docs-migrate Feb 9, 2026
13 checks passed
@AnmolShukla2002 AnmolShukla2002 deleted the migrate-go-sdk branch February 9, 2026 08:57
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 9, 2026

🧨 Preview deployments removed.

rapid-killer-9 added a commit that referenced this pull request Feb 23, 2026
Docs Migration across Sdk  repo (py, js & go) to genai-toolbox repo

This is a parent branch for all the sdks 
py - #2164
js - #2329
go - #2292



This pr will also solve
[Issue](#1182)

---------

Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Feb 23, 2026
Docs Migration across Sdk  repo (py, js & go) to genai-toolbox repo

This is a parent branch for all the sdks
py - #2164
js - #2329
go - #2292

This pr will also solve
[Issue](#1182)

---------

Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 87f2eaf
github-actions bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Feb 23, 2026
)

Docs Migration across Sdk  repo (py, js & go) to genai-toolbox repo

This is a parent branch for all the sdks
py - googleapis#2164
js - googleapis#2329
go - googleapis#2292

This pr will also solve
[Issue](googleapis#1182)

---------

Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 87f2eaf
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Feb 23, 2026
)

Docs Migration across Sdk  repo (py, js & go) to genai-toolbox repo

This is a parent branch for all the sdks
py - googleapis#2164
js - googleapis#2329
go - googleapis#2292

This pr will also solve
[Issue](googleapis#1182)

---------

Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 87f2eaf
NightStack15 added a commit to NightStack15/googleapis-_-genai-toolbox that referenced this pull request Mar 20, 2026
Docs Migration across Sdk  repo (py, js & go) to genai-toolbox repo

This is a parent branch for all the sdks 
py - googleapis/mcp-toolbox#2164
js - googleapis/mcp-toolbox#2329
go - googleapis/mcp-toolbox#2292



This pr will also solve
[Issue](googleapis/mcp-toolbox#1182)

---------

Co-authored-by: Anmol Shukla <shuklaanmol@google.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
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.

3 participants