-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add docs for Insiders Mode #2095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+103
−1
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # Insiders Features | ||
|
|
||
| Insiders Mode gives you access to experimental features in the GitHub MCP Server. These features may change, evolve, or be removed based on community feedback. | ||
|
|
||
| We created this mode to have a way to roll out experimental features and collect feedback. So if you are using Insiders, please don't hesitate to share your feedback with us! | ||
|
|
||
| > [!NOTE] | ||
| > Features in Insiders Mode are experimental. | ||
|
|
||
| ## Enabling Insiders Mode | ||
|
|
||
| | Method | Remote Server | Local Server | | ||
| |--------|---------------|--------------| | ||
| | URL path | Append `/insiders` to the URL | N/A | | ||
| | Header | `X-MCP-Insiders: true` | N/A | | ||
| | CLI flag | N/A | `--insiders` | | ||
| | Environment variable | N/A | `GITHUB_INSIDERS=true` | | ||
|
|
||
| For configuration examples, see the [Server Configuration Guide](./server-configuration.md#insiders-mode). | ||
|
|
||
| --- | ||
|
|
||
| ## MCP Apps | ||
|
|
||
| [MCP Apps](https://modelcontextprotocol.io/docs/extensions/apps) is an extension to the Model Context Protocol that enables servers to deliver interactive user interfaces to end users. Instead of returning plain text that the LLM must interpret and relay, tools can render forms, profiles, and dashboards right in the chat using MCP Apps. | ||
|
|
||
| This means you can interact with GitHub visually: fill out forms to create issues, see user profiles with avatars, open pull requests — all without leaving your agent chat. | ||
|
|
||
| ### Supported tools | ||
|
|
||
| The following tools have MCP Apps UIs: | ||
|
|
||
| | Tool | Description | | ||
| |------|-------------| | ||
| | `get_me` | Displays your GitHub user profile with avatar, bio, and stats in a rich card | | ||
| | `issue_write` | Opens an interactive form to create or update issues | | ||
| | `create_pull_request` | Provides a full PR creation form to create a pull requests (or a draft pull request) | | ||
|
|
||
| ### Client requirements | ||
|
|
||
| MCP Apps requires a host that supports the [MCP Apps extension](https://modelcontextprotocol.io/docs/extensions/apps). Currently tested and working with: | ||
|
|
||
| - **VS Code Insiders** — enable via the `chat.mcp.apps.enabled` setting | ||
| - **Visual Studio Code** — enable via the `chat.mcp.apps.enabled` setting | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.