Skip to content

Commit 8e212c0

Browse files
author
Hannia Valera
committed
update onboarding documentation to reflect removal of mcp.json and clarify setup instructions
1 parent 0c86ca0 commit 8e212c0

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test.txt
2121
*.log
2222
*.vsix
2323
**/.vscode/CMakeTools
24+
.vscode/mcp.json
2425
**/nls.*.json
2526
**/*.nls.json
2627
**/*.nls.*.json

.vscode/mcp.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

tools/onboarding-mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ yarn build
1212

1313
## Wire it up in VS Code
1414

15-
Add the following to your **`.vscode/mcp.json`** at the workspace root:
15+
Create (or add to) **`.vscode/mcp.json`** at the workspace root:
1616

1717
```json
1818
{
@@ -35,7 +35,7 @@ Once configured, the MCP server is available to Copilot agent mode (and any othe
3535

3636
## Usage
3737

38-
The MCP server works **inside GitHub Copilot Chat** in VS Code. There's nothing extra to install — the `.vscode/mcp.json` in this repo already registers the server. Just build it and go:
38+
The MCP server works **inside GitHub Copilot Chat** in VS Code. After building and wiring it up (see [above](#wire-it-up-in-vs-code)), just open Copilot Chat and go:
3939

4040
```bash
4141
cd tools/onboarding-mcp

0 commit comments

Comments
 (0)