MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / engineFromConfig

Function engineFromConfig

apps/local/src/mcp.ts:115–116  ·  view source on GitHub ↗
(config: ExecutorMcpServerConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

createMcpRequestHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected