mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
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.
This commit is contained in:
@@ -168,8 +168,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
**Method 2: Workspace Configuration**
|
||||
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
|
||||
|
||||
@@ -209,8 +209,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
**Method 2: Workspace Configuration**
|
||||
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.
|
||||
|
||||
@@ -181,8 +181,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
**Method 2: Workspace Configuration**
|
||||
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
|
||||
|
||||
@@ -198,8 +198,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
**Method 2: Workspace Configuration**
|
||||
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
|
||||
|
||||
@@ -96,8 +96,6 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
||||
**Method 2: Workspace Configuration**
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user