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
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
Copy file name to clipboardExpand all lines: src/everything/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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
171
> 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).
Copy file name to clipboardExpand all lines: src/filesystem/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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
212
> 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).
213
215
214
216
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: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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
184
> 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).
Copy file name to clipboardExpand all lines: src/memory/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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
201
> 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).
Copy file name to clipboardExpand all lines: src/sequentialthinking/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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
99
> 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).
0 commit comments