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