From 969d35e8a5c299a3eeb2052ebc5a8d1d8a11a7cc Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 30 Jun 2025 15:15:16 +0200 Subject: [PATCH] Refer to MCP schema for "mcp" (microsoft/vscode-remote-release#11049) --- .../schemas/devContainer.vscode.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/configuration-editing/schemas/devContainer.vscode.schema.json b/extensions/configuration-editing/schemas/devContainer.vscode.schema.json index d64641c1951..2c84a7e5f0a 100644 --- a/extensions/configuration-editing/schemas/devContainer.vscode.schema.json +++ b/extensions/configuration-editing/schemas/devContainer.vscode.schema.json @@ -21,6 +21,10 @@ "$ref": "vscode://schemas/settings/machine", "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." }, + "mcp": { + "$ref": "vscode://schemas/mcp", + "description": "Model Context Protocol server configurations" + }, "devPort": { "type": "integer", "description": "The port VS Code can use to connect to its backend."