You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove unnecessary explanatory note about JSON format
- JSON examples already demonstrate the correct format clearly
- Streamlines documentation to focus on essential information
- Maintains reference to official VS Code MCP documentation
The removed note was redundant since both configuration methods
use identical JSON structure shown in the examples.
Copy file name to clipboardExpand all lines: src/everything/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
168
168
**Method 2: Workspace Configuration**
169
169
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
170
170
171
-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
172
-
>
173
171
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
Copy file name to clipboardExpand all lines: src/filesystem/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
209
209
**Method 2: Workspace Configuration**
210
210
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
211
211
212
-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
213
-
>
214
212
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
215
213
216
214
You can provide sandboxed directories to the server by mounting them to `/projects`. Adding the `ro` flag will make the directory readonly by the server.
Copy file name to clipboardExpand all lines: src/git/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,8 +181,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
181
181
**Method 2: Workspace Configuration**
182
182
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
183
183
184
-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
185
-
>
186
184
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
Copy file name to clipboardExpand all lines: src/memory/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,8 +198,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
198
198
**Method 2: Workspace Configuration**
199
199
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
200
200
201
-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
202
-
>
203
201
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
Copy file name to clipboardExpand all lines: src/sequentialthinking/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
96
96
**Method 2: Workspace Configuration**
97
97
Alternatively, you can add the configuration to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.
98
98
99
-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
100
-
>
101
99
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
0 commit comments