Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55a36ad

Browse files
committed
docs: Clean up VS Code installation instructions
- 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.
1 parent 95a72b7 commit 55a36ad

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/everything/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
168168
**Method 2: Workspace Configuration**
169169
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.
170170

171-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
172-
>
173171
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
174172
175173
#### NPX

src/filesystem/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
209209
**Method 2: Workspace Configuration**
210210
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.
211211

212-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
213-
>
214212
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
215213
216214
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.

src/git/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
181181
**Method 2: Workspace Configuration**
182182
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.
183183

184-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
185-
>
186184
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
187185
188186
```json

src/memory/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
198198
**Method 2: Workspace Configuration**
199199
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.
200200

201-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
202-
>
203201
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
204202
205203
#### NPX

src/sequentialthinking/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
9696
**Method 2: Workspace Configuration**
9797
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.
9898

99-
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
100-
>
10199
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
102100
103101
For NPX installation:

0 commit comments

Comments
 (0)