diff --git a/src/everything/README.md b/src/everything/README.md index a6aef9a1..f8e35c14 100644 --- a/src/everything/README.md +++ b/src/everything/README.md @@ -168,8 +168,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 diff --git a/src/filesystem/README.md b/src/filesystem/README.md index 0df9bf89..2ecf94e7 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -209,8 +209,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). 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 3a4f06f7..35ed4268 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -181,8 +181,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). ```json diff --git a/src/memory/README.md b/src/memory/README.md index 3e736dcb..3a4b2a20 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -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 diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index e36d31f8..c3886a9b 100644 --- a/src/sequentialthinking/README.md +++ b/src/sequentialthinking/README.md @@ -96,8 +96,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). For NPX installation: