mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-27 16:25:14 +02:00
Merge pull request #3066 from modelcontextprotocol/adamj/fix-vscode-mcp-docs-url
Fix VS Code MCP documentation URLs
This commit is contained in:
@@ -196,7 +196,7 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
|||||||
**Method 2: Workspace Configuration**
|
**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.
|
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.
|
||||||
|
|
||||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
|
||||||
|
|
||||||
#### NPX
|
#### NPX
|
||||||
|
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
|||||||
**Method 2: Workspace Configuration**
|
**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.
|
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.
|
||||||
|
|
||||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
|||||||
**Method 2: Workspace Configuration**
|
**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.
|
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.
|
||||||
|
|
||||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
|||||||
**Method 2: Workspace Configuration**
|
**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.
|
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.
|
||||||
|
|
||||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
|
||||||
|
|
||||||
#### NPX
|
#### NPX
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ Add the configuration to your user-level MCP configuration file. Open the Comman
|
|||||||
**Method 2: Workspace Configuration**
|
**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.
|
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.
|
||||||
|
|
||||||
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/mcp).
|
> For more details about MCP configuration in VS Code, see the [official VS Code MCP documentation](https://code.visualstudio.com/docs/copilot/customization/mcp-servers).
|
||||||
|
|
||||||
For NPX installation:
|
For NPX installation:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user