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:
Kunal Babre
2025-07-11 22:53:13 -07:00
parent 95a72b792f
commit 55a36ad0dd
5 changed files with 0 additions and 10 deletions

View File

@@ -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