Skip to content

docs: update MCP Integration section#2102

Merged
pilartomas merged 3 commits intoi-am-bee:mainfrom
markstur:issue_1960
Feb 16, 2026
Merged

docs: update MCP Integration section#2102
pilartomas merged 3 commits intoi-am-bee:mainfrom
markstur:issue_1960

Conversation

@markstur
Copy link
Contributor

@markstur markstur commented Feb 13, 2026

Summary

  • Moved the 'Quickstart' steps section to appear after the example code for better context.
  • Introduced a new code block demonstrating how to set up a GitHub connector using the Agent Stack SDK.
  • Added a 'Tip' callout to explain the connector-based approach for the GitHub MCP Agent.
  • Updated the docstring for the github_mcp_agent function to be more descriptive of its purpose.

Linked Issues

Closes #1960

Documentation

  • No Docs Needed:

If this PR adds new feature or changes existing. Make sure documentation is adjusted accordingly. If the docs is not needed, please explain why.

* Make first example usable with connector code
* Reorganise a bit for consistency (e.g. steps after code)

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 13, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @markstur, 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 refines the documentation for MCP (Multi-Cloud Platform) Agent integration, specifically focusing on the GitHub MCP Agent. The changes aim to enhance clarity and usability by restructuring content, providing a practical code example for connector setup, and ensuring that the documentation accurately reflects the functionality of the provided agent examples. This makes it easier for developers to understand and implement MCP agents with GitHub integration.

Highlights

  • Documentation Reorganization: The 'Quickstart' steps for MCP integration have been moved to appear after the relevant code examples, improving the flow and consistency of the documentation.
  • GitHub Connector Example: A new Python code example has been added to demonstrate how to set up a GitHub connector using the Agent Stack SDK, making the documentation more practical and usable.
  • Clarified Agent Functionality: The docstring for the github_mcp_agent function was updated to clearly state its purpose: 'Show connected GitHub profile information'.

🧠 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.

Changelog
  • docs/development/agent-integration/mcp.mdx
    • Moved the 'Quickstart' steps section to appear after the example code for better context.
    • Introduced a new code block demonstrating how to set up a GitHub connector using the Agent Stack SDK.
    • Added a 'Tip' callout to explain the connector-based approach for the GitHub MCP Agent.
    • Updated the docstring for the github_mcp_agent function to be more descriptive of its purpose.
Activity
  • The pull request was created to address issue Doc Revision: MCP Integration #1960, indicating a response to a reported need or improvement.
  • The author has confirmed that no additional documentation is needed for these changes, suggesting the existing updates are self-contained and sufficient.
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
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 improves the MCP Integration documentation by providing a runnable example for setting up a GitHub connector and reorganizing the content for better clarity. The changes make the documentation more practical and easier to follow. I've added one suggestion to improve the consistency and style of a new code snippet.

* For consistency, add if... main
* remove some whitespace

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* copied dev to stable for immediate availability

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Feb 14, 2026
@markstur markstur requested a review from pilartomas February 14, 2026 02:10
@markstur markstur mentioned this pull request Feb 14, 2026
5 tasks
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 16, 2026
@pilartomas pilartomas merged commit ec9a8df into i-am-bee:main Feb 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Doc Revision: MCP Integration

2 participants