diff --git a/src/everything/README.md b/src/everything/README.md index 7865128b..a6aef9a1 100644 --- a/src/everything/README.md +++ b/src/everything/README.md @@ -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 diff --git a/src/filesystem/README.md b/src/filesystem/README.md index 3ba3950b..0df9bf89 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -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. diff --git a/src/git/README.md b/src/git/README.md index 7330b5fc..3a4f06f7 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -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 { diff --git a/src/memory/README.md b/src/memory/README.md index 7f6f5d97..3e736dcb 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -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 diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index 3be6b3c6..e36d31f8 100644 --- a/src/sequentialthinking/README.md +++ b/src/sequentialthinking/README.md @@ -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: