(config: ExecutorMcpServerConfig)
| 115 | }; |
| 116 | |
| 117 | const engineFromConfig = (config: ExecutorMcpServerConfig): AnyExecutionEngine | null => |
| 118 | "engine" in config ? config.engine : null; |
| 119 | |
| 120 | const normalizeHandlerConfig = ( |
| 121 | input: ExecutorMcpServerConfig | LocalMcpRequestHandlerConfig, |
no outgoing calls
no test coverage detected