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

Function resolveElicitationHandler

packages/core/sdk/src/executor.ts:187–188  ·  view source on GitHub ↗
(onElicitation: OnElicitation)

Source from the content-addressed store, hash-verified

185 Effect.succeed(ElicitationResponse.make({ action: "accept" }));
186
187const resolveElicitationHandler = (onElicitation: OnElicitation): ElicitationHandler =>
188 onElicitation === "accept-all" ? acceptAllHandler : onElicitation;
189
190// ---------------------------------------------------------------------------
191// Address scheme — `tools.<integration>.<owner>.<connection>.<tool>`.

Callers 2

createExecutorFunction · 0.85
pickHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected