{{ message }}
Clarify built-in MCP servers in Copilot CLI reference#43372
Open
aosama wants to merge 1 commit intogithub:mainfrom
Open
Clarify built-in MCP servers in Copilot CLI reference#43372aosama wants to merge 1 commit intogithub:mainfrom
aosama wants to merge 1 commit intogithub:mainfrom
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request resolves an internal inconsistency in the Copilot CLI command reference by aligning the “Built-in MCP servers” table with the documented behavior of --disable-builtin-mcps, which states the only current built-in MCP server is github-mcp-server.
Changes:
- Removed
playwrightfrom the Built-in MCP servers table. - Removed
fetchfrom the Built-in MCP servers table. - Removed
timefrom the Built-in MCP servers table.
You can also share your feedback on Copilot code review. Take the survey.
Contributor
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.

GitHub Copilot generated this pull request.
fixes #43371
Summary
This pull request updates the Copilot CLI command reference to make the Built-in MCP servers section consistent with the documented behavior of the
--disable-builtin-mcpsoption on the same page.Before this change, the page said two conflicting things:
github-mcp-server,playwright,fetch, andtime.--disable-builtin-mcpsoption said the built-in MCP servers are currentlygithub-mcp-server.This change resolves that inconsistency by keeping only
github-mcp-serverin the Built-in MCP servers table.What changed
playwrightfrom the Built-in MCP servers table.fetchfrom the Built-in MCP servers table.timefrom the Built-in MCP servers table.Why
The safest documentation change here is to align the table with the more specific option text that already says the current built-in MCP server set is
github-mcp-server.Local verification also supported treating at least some of the removed entries as not built in in this environment:
Browser automation is unavailable.Time tools are unavailable.Given that evidence, keeping only
github-mcp-serveris the most conservative fix and removes the page's internal contradiction without making broader product claims.Prompt summary - submitted by @aosama