diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index 1c70de45..b4249f3b 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -27,6 +27,7 @@ type Tab = | 'localProviders' | 'providers' | 'featureOptions' + | 'mcp' | 'general' | 'all'; @@ -1036,6 +1037,7 @@ export const Settings = () => { { tab: 'localProviders', label: 'Local Providers' }, { tab: 'providers', label: 'Other Providers' }, { tab: 'featureOptions', label: 'Feature Options' }, + { tab: 'mcp', label: 'MCP' }, { tab: 'general', label: 'General' }, { tab: 'all', label: 'All Settings' }, ]; @@ -1343,6 +1345,27 @@ export const Settings = () => { + {/* MCP section */} +