Skip to content

[slides] Fix toolsets default comment in MCP Servers slide#26258

Merged
pelikhan merged 2 commits intomainfrom
slides/fix-toolsets-comment-b17ab74c0ba96b60
Apr 14, 2026
Merged

[slides] Fix toolsets default comment in MCP Servers slide#26258
pelikhan merged 2 commits intomainfrom
slides/fix-toolsets-comment-b17ab74c0ba96b60

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Slide Deck Updates

Changes Made

  • Fixed the toolsets: [default] comment in the MCP Servers Configuration slide to accurately list all toolsets included in the default group

Layout Issues Fixed

  • None (no overflow issues detected)

Content Sources Reviewed

  • pkg/constants/engine_constants.go — verified engine list (copilot, claude, codex, gemini)
  • docs/src/content/docs/reference/github-tools.md — verified default toolset expansion
  • docs/src/content/docs/reference/engines.md — verified engine descriptions
  • docs/src/content/docs/reference/staged-mode.md — checked for new content

Detail

The slide previously showed:

toolsets: [default]  # context, repos, issues, pull_requests

The documentation clearly states that default expands to context, repos, issues, pull_requests, users. Updated the comment to include users.

Focus Mode

Global sweep


Verification: Slide content reviewed against source of truth documentation in docs/src/content/docs/reference/github-tools.md.

Generated by Slide Deck Maintainer · ● 772.7K ·

  • expires on Apr 15, 2026, 4:40 PM UTC

The 'default' toolset expands to: context, repos, issues, pull_requests, users.
Update the comment in the MCP Servers slide to match the documentation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation slides labels Apr 14, 2026
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot revert change, add xml comment to stop trying to add users

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

@copilot revert change, add xml comment to stop trying to add users

Reverted the change in dfa60de and added an XML comment above the code block to instruct agents not to add users to the toolsets comment.

Copilot AI requested a review from pelikhan April 14, 2026 16:57
@pelikhan pelikhan marked this pull request as ready for review April 14, 2026 17:00
Copilot AI review requested due to automatic review settings April 14, 2026 17:00
@pelikhan pelikhan merged commit 9adb752 into main Apr 14, 2026
3 checks passed
@pelikhan pelikhan deleted the slides/fix-toolsets-comment-b17ab74c0ba96b60 branch April 14, 2026 17:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to update the “MCP Servers Configuration” slide so the toolsets: [default] inline comment accurately reflects what the default toolset expands to.

Changes:

  • Adds a hidden HTML comment instructing not to include users in the slide’s toolsets: [default] expansion comment.
Show a summary per file
File Description
docs/slides/index.md Adds a hidden instruction comment in the MCP Servers Configuration slide near the toolsets: [default] example.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comments suppressed due to low confidence (1)

docs/slides/index.md:260

  • This hidden HTML comment instructs readers/agents to omit users, but the slide’s YAML comment still expands default to context, repos, issues, pull_requests which is inaccurate per docs/src/content/docs/reference/github-tools.md (default also includes users). This also contradicts the PR description stating the slide comment was updated to include users. Please either update the YAML comment to reflect the true default expansion (including users), or reword/remove the expansion comment to explicitly indicate it’s intentionally abbreviated (e.g., “includes … + users”).
<!-- agent: do not add 'users' to the toolsets comment; the slide intentionally omits it for brevity -->
```yaml
# GitHub MCP (recommended: use toolsets)
tools:
  github:
    toolsets: [default]  # context, repos, issues, pull_requests
  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation slides

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants