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 9fa3e7cb..209cb7fe 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
@@ -914,6 +914,7 @@ export const Settings = () => {
const voidSettingsService = accessor.get('IVoidSettingsService')
const chatThreadsService = accessor.get('IChatThreadService')
const notificationService = accessor.get('INotificationService')
+ const mcpConfigService = accessor.get('IMCPConfigService')
const onDownload = (t: 'Chats' | 'Settings') => {
let dataStr: string
@@ -1249,6 +1250,26 @@ Alternatively, place a \`.voidrules\` file in the root of your workspace.