Skip to content

Commit b039a0c

Browse files
committed
ai-plugin: Use mcp settings
Signed-off-by: Ashu Ghildiyal <aghildiyal@microsoft.com>
1 parent e0fb0c7 commit b039a0c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { default as ModelSelector } from './ModelSelector';
22
export { default as TermsDialog } from './TermsDialog';
3+
export { MCPSettings } from './MCPSettings';

ai-assistant/src/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {
2222
import React from 'react';
2323
import { useHistory } from 'react-router-dom';
2424
import { ModelSelector } from './components';
25+
import { MCPSettings } from './components/settings/MCPSettings';
2526
import { getDefaultConfig } from './config/modelConfig';
2627
import { isTestModeCheck } from './helper';
2728
import 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
}

0 commit comments

Comments
 (0)