Skip to content

Commit db4f7f3

Browse files
authored
Fix #4837: Default 'Enable MCP Server Creation' to false (#4838)
1 parent 9b18b14 commit db4f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/context/ExtensionStateContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
164164
terminalOutputLineLimit: 500,
165165
terminalShellIntegrationTimeout: 4000,
166166
mcpEnabled: true,
167-
enableMcpServerCreation: true,
167+
enableMcpServerCreation: false,
168168
alwaysApproveResubmit: false,
169169
requestDelaySeconds: 5,
170170
currentApiConfigName: "default",

0 commit comments

Comments
 (0)