feat: add MCP management TUI with dynamic enable/disable and runtime updates

This commit is contained in:
LaZzyMan 2026-02-13 17:54:04 +08:00
parent f64f08d8a1
commit fe0ec8049c
13 changed files with 1094 additions and 99 deletions

View file

@ -10,6 +10,7 @@ export { MCPManagementDialog } from './MCPManagementDialog.js';
// Steps
export { ServerListStep } from './steps/ServerListStep.js';
export { ServerDetailStep } from './steps/ServerDetailStep.js';
export { ServerLogsStep } from './steps/ServerLogsStep.js';
export { ToolListStep } from './steps/ToolListStep.js';
export { ToolDetailStep } from './steps/ToolDetailStep.js';
@ -21,6 +22,7 @@ export type {
MCPPromptDisplayInfo,
ServerListStepProps,
ServerDetailStepProps,
ServerLogsStepProps,
ToolListStepProps,
ToolDetailStepProps,
MCPManagementStep,