Update MCP configuration instructions in documentation#30660
Merged
mvvmm merged 2 commits intocloudflare:productionfrom May 7, 2026
Merged
Update MCP configuration instructions in documentation#30660mvvmm merged 2 commits intocloudflare:productionfrom
mvvmm merged 2 commits intocloudflare:productionfrom
Conversation
Clarified configuration instructions for Copilot CLI.
Added support for .github/mcp.json in project-level configuration.
mvvmm
approved these changes
May 7, 2026
Contributor
|
Looks good, thanks for the PR! 🧡 |
Author
|
Most welcome! 😊 |
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.
Clarified MCP server configuration instructions for Copilot CLI.
Summary
I was a little confused to see the MCP server configurations listed here, as I typically look for configurations at project/repo level, which isn't addressed in the docs at all.
The GitHub Copilot CLI v1.0.43 (even when used within VS Code) advises users to migrate from

.vscode/mcp.jsonto.mcp.json:GitHub Copilot CLI reference - Migrating from .vscode/mcp.json
.vscode/mcp.jsonis still valid for VS Code however and both configs can exist at the same time.Documentation checklist