(event: string, handler: EventHandler)
| 55 | handler: McpManagerEvents[E], |
| 56 | ): void |
| 57 | off(event: string, handler: EventHandler): void |
| 58 | } |
| 59 | |
| 60 | // ============================================================================ |
no outgoing calls
no test coverage detected