mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 21:54:05 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user