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