Skip to content

Commit d81c566

Browse files
authored
Merge pull request #41226 from github/repo-sync
Repo sync
2 parents 0aabb45 + e92580e commit d81c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/copilot/how-tos/use-copilot-agents/use-copilot-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ To extend the functionality available to you in {% data variables.copilot.copilo
195195
1. Fill in the details for the MCP server you want to add, using the <kbd>Tab</kbd> key to move between fields.
196196
1. Press <kbd>Ctrl</kbd>+<kbd>S</kbd> to save the details.
197197

198-
Details of your configured MCP servers are stored in the `mcp-config.json` file, which is located, by default, in the `~/.config` directory. This location can be changed by setting the `XDG_CONFIG_HOME` environment variable. For information about the JSON structure of a server definition, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp#writing-a-json-configuration-for-mcp-servers).
198+
Details of your configured MCP servers are stored in the `mcp-config.json` file, which is located, by default, in the `~/.copilot` directory. This location can be changed by setting the `XDG_CONFIG_HOME` environment variable. For information about the JSON structure of a server definition, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp#writing-a-json-configuration-for-mcp-servers).
199199

200200
### View context and usage statistics for the current session
201201

@@ -214,7 +214,7 @@ For additional information use one of the following commands in your terminal:
214214

215215
`copilot help config`
216216

217-
You can adjust the configuration settings by editing the `config.json` file, which is located, by default, in the `~/.config` directory. This location can be changed by setting the `XDG_CONFIG_HOME` environment variable.
217+
You can adjust the configuration settings by editing the `config.json` file, which is located, by default, in the `~/.copilot` directory. This location can be changed by setting the `XDG_CONFIG_HOME` environment variable.
218218

219219
* **Environment variables** that affect {% data variables.copilot.copilot_cli_short %}:
220220

0 commit comments

Comments
 (0)