* 停止 MCP Server(别名方法) * @param serverId Server ID
(serverId: string)
| 123 | * @param serverId Server ID |
| 124 | */ |
| 125 | async stopServer(serverId: string): Promise<void> { |
| 126 | return this.disconnectServer(serverId); |
| 127 | } |
| 128 | |
| 129 | // ========================================================================== |
| 130 | // MCP Tools |
no test coverage detected