Skip to content

Commit da6b5c3

Browse files
committed
mcp: mark autostart as experimental
1 parent 39b94bb commit da6b5c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ configurationRegistry.registerConfiguration({
313313
nls.localize('chat.mcp.autostart.never', "Never automatically start MCP servers."),
314314
nls.localize('chat.mcp.autostart.onlyNew', "Only automatically start new MCP servers that have never been run."),
315315
nls.localize('chat.mcp.autostart.newAndOutdated', "Automatically start new and outdated MCP servers that are not yet running.")
316-
]
316+
],
317+
tags: ['experimental'],
317318
},
318319
[mcpServerSamplingSection]: {
319320
type: 'object',

0 commit comments

Comments
 (0)