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

Function engineFromConfig

apps/local/src/mcp.ts:128–129  ·  view source on GitHub ↗
(config: ExecutorMcpToolConfig)

Source from the content-addressed store, hash-verified

126};
127
128const engineFromConfig = (config: ExecutorMcpToolConfig): AnyExecutionEngine | null =>
129 "engine" in config ? config.engine : null;
130
131const normalizeHandlerConfig = (
132 input: ExecutorMcpToolConfig | LocalMcpRequestHandlerConfig,

Callers 1

createMcpRequestHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected