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
This commit is contained in:
Kunal Babre
2025-07-11 22:45:10 -07:00
parent 20eb59590e
commit 95a72b792f
5 changed files with 10 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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.
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
>
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
#### NPX

View File

@@ -210,6 +210,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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.
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
>
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
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.

View File

@@ -182,6 +182,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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.
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
>
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
```json
{

View File

@@ -199,6 +199,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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.
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
>
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
#### NPX

View File

@@ -97,6 +97,8 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
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.
> Note that the `servers` object should be at the root level in `mcp.json` files (no `mcp` wrapper key).
>
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
For NPX installation: