( input: ExecutorMcpToolConfig | LocalMcpRequestHandlerConfig, )
| 129 | "engine" in config ? config.engine : null; |
| 130 | |
| 131 | const normalizeHandlerConfig = ( |
| 132 | input: ExecutorMcpToolConfig | LocalMcpRequestHandlerConfig, |
| 133 | ): LocalMcpRequestHandlerConfig => ("defaultConfig" in input ? input : { defaultConfig: input }); |
| 134 | |
| 135 | export const createMcpRequestHandler = ( |
| 136 | input: ExecutorMcpToolConfig | LocalMcpRequestHandlerConfig, |
no outgoing calls
no test coverage detected