(serverId: string)
| 40 | async addServer(name: string, url: string) { |
| 41 | return await this.addMcpServer(name, url); |
| 42 | } |
| 43 | |
| 44 | @callable() |
| 45 | async removeServer(serverId: string) { |
| 46 | await this.removeMcpServer(serverId); |
| 47 | } |
no outgoing calls
no test coverage detected