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."