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