(config: ExecutorMcpServerConfig)
| 125 | }; |
| 126 | |
| 127 | const engineFromConfig = (config: ExecutorMcpServerConfig): AnyExecutionEngine | null => |
| 128 | "engine" in config ? config.engine : null; |
| 129 | |
| 130 | const normalizeHandlerConfig = ( |
| 131 | input: ExecutorMcpServerConfig | LocalMcpRequestHandlerConfig, |
no outgoing calls
no test coverage detected