Skip to content

Commit 95a72b7

Browse files
committed
docs: Add reference to official VS Code MCP documentation
- Add link to official VS Code MCP documentation in all server READMEs - Enhances existing VS Code installation instructions with authoritative reference - Provides users with comprehensive documentation for advanced configuration - Complements the existing two-method approach with additional resources Affects: everything, filesystem, git, memory, sequentialthinking
1 parent 20eb595 commit 95a72b7

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/everything/README.md

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

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

src/filesystem/README.md

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

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

src/git/README.md

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

184184
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
185+
>
186+
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
185187
186188
```json
187189
{

src/memory/README.md

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

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

src/sequentialthinking/README.md

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

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

0 commit comments

Comments
 (0)