File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11export { default as ModelSelector } from './ModelSelector' ;
22export { default as TermsDialog } from './TermsDialog' ;
3+ export { MCPSettings } from './MCPSettings' ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {
2222import React from 'react' ;
2323import { useHistory } from 'react-router-dom' ;
2424import { ModelSelector } from './components' ;
25+ import { MCPSettings } from './components/settings/MCPSettings' ;
2526import { getDefaultConfig } from './config/modelConfig' ;
2627import { isTestModeCheck } from './helper' ;
2728import AIPrompt from './modal' ;
@@ -460,6 +461,10 @@ function Settings() {
460461 </ Box >
461462 ) ) }
462463 </ Box >
464+
465+ { /* MCP Servers Section */ }
466+ < Divider sx = { { my : 3 } } />
467+ < MCPSettings />
463468 </ Box >
464469 ) ;
465470}
You can’t perform that action at this time.
0 commit comments