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