diff --git a/frontend/src/pages/SettingsPage.tsx b/frontend/src/pages/SettingsPage.tsx index c49ea5d..17138d5 100644 --- a/frontend/src/pages/SettingsPage.tsx +++ b/frontend/src/pages/SettingsPage.tsx @@ -399,54 +399,6 @@ const SettingsPage: React.FC = () => { -
-
-

{t('settings.mcpRouterReferer')}

-

{t('settings.mcpRouterRefererDescription')}

-
-
- handleMCPRouterConfigChange('referer', e.target.value)} - placeholder={t('settings.mcpRouterRefererPlaceholder')} - className="flex-1 mt-1 block w-full py-2 px-3 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm form-input" - disabled={loading} - /> - -
-
- -
-
-

{t('settings.mcpRouterTitle')}

-

{t('settings.mcpRouterTitleDescription')}

-
-
- handleMCPRouterConfigChange('title', e.target.value)} - placeholder={t('settings.mcpRouterTitlePlaceholder')} - className="flex-1 mt-1 block w-full py-2 px-3 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm form-input" - disabled={loading} - /> - -
-
-

{t('settings.mcpRouterBaseUrl')}