Skip to content

Commit 5bc1c37

Browse files
authored
Revert "Remove preview from mcp setting" (microsoft#251656)
Revert "Remove preview from mcp setting (microsoft#251618)" This reverts commit b2e66f6.
1 parent 2fabac4 commit 5bc1c37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,12 @@ configurationRegistry.registerConfiguration({
249249
type: 'boolean',
250250
description: nls.localize('chat.mcp.enabled', "Enables integration with Model Context Protocol servers to provide additional tools and functionality."),
251251
default: true,
252+
tags: ['preview'],
252253
policy: {
253254
name: 'ChatMCP',
254255
minimumVersion: '1.99',
256+
previewFeature: true,
257+
defaultValue: false
255258
}
256259
},
257260
[mcpServerSamplingSection]: {

0 commit comments

Comments
 (0)