[slides] fix(slides): correct default MCP toolsets comment#24146
Merged
[slides] fix(slides): correct default MCP toolsets comment#24146
Conversation
The default GitHub MCP toolsets are context, repos, issues, pull_requests. The 'users' toolset is not included in the default set. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Apr 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the MCP Servers Configuration slide to correct the documented composition of the toolsets: [default] GitHub MCP toolset list.
Changes:
- Removes
usersfrom the slide comment describing the default GitHub MCP toolsets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Slide Deck Updates
Changes Made
usersfrom thetoolsets: [default]comment on the MCP Servers Configuration slideContent Sources Reviewed
pkg/workflow/github_toolsets.go—DefaultGitHubToolsetsis["context", "repos", "issues", "pull_requests"]userstoolset is explicitly excluded from the default set because GitHub Actions tokens do not support user operations (ActionFriendlyGitHubToolsetscomment confirms this)Layout Issues Fixed
Focus Mode
Global Sweep
Verification: Reviewed slide content against
pkg/workflow/github_toolsets.gosource of truth.