From 95a72b792f9945ec061d325ff3c934dcb478d4d8 Mon Sep 17 00:00:00 2001 From: Kunal Babre Date: Fri, 11 Jul 2025 22:45:10 -0700 Subject: [PATCH] docs: Add reference to official VS Code MCP documentation - Add link to official VS Code MCP documentation in all server READMEs - Enhances existing VS Code installation instructions with authoritative reference - Provides users with comprehensive documentation for advanced configuration - Complements the existing two-method approach with additional resources Affects: everything, filesystem, git, memory, sequentialthinking --- src/everything/README.md | 2 ++ src/filesystem/README.md | 2 ++ src/git/README.md | 2 ++ src/memory/README.md | 2 ++ src/sequentialthinking/README.md | 2 ++ 5 files changed, 10 insertions(+) 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: