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