Skip to content

Commit 969d35e

Browse files
committed
Refer to MCP schema for "mcp" (microsoft/vscode-remote-release#11049)
1 parent 474b70c commit 969d35e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/configuration-editing/schemas/devContainer.vscode.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"$ref": "vscode://schemas/settings/machine",
2222
"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."
2323
},
24+
"mcp": {
25+
"$ref": "vscode://schemas/mcp",
26+
"description": "Model Context Protocol server configurations"
27+
},
2428
"devPort": {
2529
"type": "integer",
2630
"description": "The port VS Code can use to connect to its backend."

0 commit comments

Comments
 (0)