Skip to content

Commit b2e66f6

Browse files
authored
Remove preview from mcp setting (microsoft#251618)
remove preview from mcp setting (microsoft#251617)
1 parent 8eb5dfe commit b2e66f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,9 @@ 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'],
253252
policy: {
254253
name: 'ChatMCP',
255254
minimumVersion: '1.99',
256-
previewFeature: true,
257-
defaultValue: false
258255
}
259256
},
260257
[mcpServerSamplingSection]: {

0 commit comments

Comments
 (0)