MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getElicitationMode

Function getElicitationMode

src/services/mcp/elicitationHandler.ts:49–51  ·  view source on GitHub ↗
(params: ElicitRequestParams)

Source from the content-addressed store, hash-verified

47}
48
49function getElicitationMode(params: ElicitRequestParams): 'form' | 'url' {
50 return params.mode === 'url' ? 'url' : 'form'
51}
52
53/** Find a queued elicitation event by server name and elicitationId. */
54function findElicitationInQueue(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected