* 创建 MCP Server(别名方法) * @param config Server 配置 * @returns Server 信息
(config: MCPServerConfig)
| 36 | * @returns Server 信息 |
| 37 | */ |
| 38 | async createServer(config: MCPServerConfig): Promise<MCPServerInfo> { |
| 39 | return this.addServer(config); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * 列出所有 MCP Servers |
no test coverage detected