An optional method for cleanup if the underlying client requires explicit disconnection.
()
| 25 | tools(): Promise<Record<string, MCPTool>>; |
| 26 | /** An optional method for cleanup if the underlying client requires explicit disconnection. */ |
| 27 | close?(): Promise<void>; |
| 28 | } |
| 29 | |
| 30 | /** |
no outgoing calls