Skip to content

Commit 18a1ce0

Browse files
authored
Update README.md
1 parent 49be6d3 commit 18a1ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06-mcp-servers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The CLI has a built-in MCP server registry that lets you discover and install po
130130
```bash
131131
copilot
132132

133-
> /mcp install
133+
> /mcp search
134134
```
135135

136136
Copilot opens an interactive picker showing available servers. Select one, and the CLI walks you through any required configuration (API keys, paths, etc.) and adds it to your config automatically.
@@ -141,7 +141,7 @@ Copilot opens an interactive picker showing available servers. Select one, and t
141141

142142
## MCP Configuration File
143143

144-
MCP servers are configured in `~/.copilot/mcp-config.json` (user-level, applies to all projects) or `.mcp.json` (project-level, placed in the root of your project). If you used `/mcp install` above, the CLI already created or updated this file for you — but it's useful to understand the format for advanced customization.
144+
MCP servers are configured in `~/.copilot/mcp-config.json` (user-level, applies to all projects) or `.mcp.json` (project-level, placed in the root of your project). If you used `/mcp search` above, the CLI already created or updated this file for you — but it's useful to understand the format for advanced customization.
145145

146146
> ⚠️ **Note**: `.vscode/mcp.json` is no longer supported as an MCP config source. If you have an existing `.vscode/mcp.json`, migrate it to `.mcp.json` in your project root. The CLI will show a migration hint if it detects an old config file.
147147

0 commit comments

Comments
 (0)