fix(docs): the copilot cli mcp configuration location#40683
fix(docs): the copilot cli mcp configuration location#40683JonZeolla wants to merge 1 commit intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation to correct the default directory location for MCP (Model Context Protocol) server configuration files in Copilot CLI from ~/.config to ~/.copilot, aligning it with the actual directory used by the /mcp add command.
- Updates the directory path in the MCP server configuration documentation
- Removes reference to the
XDG_CONFIG_HOMEenvironment variable override
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@JonZeolla Someone actually already opened a PR for this, and I just finished merging it. 😅 I'm going to close this and your issue for that reason, but the good news is that it's fixed and should show up in the docs within 24 hours! |
|
Are you certain that #40561 is accurate? It left behind the env var which doesn't seem to be honored. I removed that here |
|
@JonZeolla If you want to open up a separate PR for that, I can look into it! |
Why:
Closes: #40682
What's being changed (if available, include any code snippets, screenshots, or gifs):
This changes the directory for copilot cli to be the same directory that
/mcp addusesCheck off the following: