Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for “Insiders Mode” to the GitHub MCP Server docs, describing how to enable it and what experimental features it unlocks (notably MCP Apps UIs).
Changes:
- Documented Insiders Mode configuration in
docs/server-configuration.md(remote + local examples). - Added a new
docs/insiders-features.mdpage describing Insiders-only features and supported MCP Apps tools. - Updated
README.mdto link to the new Insiders features documentation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/server-configuration.md | Adds Insiders Mode to the quick reference table and includes a full configuration section with examples. |
| docs/insiders-features.md | New doc explaining Insiders Mode and listing MCP Apps-supported tools and client requirements. |
| README.md | Adds a link to the new Insiders features doc from the existing Insiders Mode section. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mattdholloway
approved these changes
Feb 25, 2026
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.
Summary
This PR does two things
insiders-features.mddoc in docs/, which provides in-depth guidance on Insiders Mode + an overview of the features that will be enabled when users are on Insiders modeserver-configuration.mdguide to include information on how to configure the server to use Insiders modeWhy
server-configuration.mdMCP impact
Security / limits
Tool renaming
deprecated_tool_aliases.goNote: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.
Lint & tests
./script/lint./script/testDocs