* 添加服务器配置
(name: string, config: MCPConnectionConfig)
| 84 | * 添加服务器配置 |
| 85 | */ |
| 86 | addServer(name: string, config: MCPConnectionConfig): void { |
| 87 | this.config.servers[name] = config; |
| 88 | this.saveConfig(); |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * 移除服务器配置 |
no test coverage detected