()
| 11 | export interface ReactotronMcpServer { |
| 12 | start(port?: number): Promise<void> |
| 13 | stop(): void |
| 14 | readonly started: boolean |
| 15 | readonly port: number | null |
| 16 | /** Update the redaction configuration at runtime (e.g. from settings UI) */ |
no outgoing calls
no test coverage detected