Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/mcp / / MCPElicitationRequest

Interface: MCPElicitationRequest

Defined in: packages/mcp/src/client/types.ts:104

Server-initiated elicitation request surfaced to the operator's HITL handler.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
messagereadonlystringHuman-readable prompt the server wants answered.packages/mcp/src/client/types.ts:106
requestedSchemareadonlyReadonly<Record&lt;string, unknown&gt;>JSON-Schema-like shape ({ type: 'object', properties, required? }) for the requested input.packages/mcp/src/client/types.ts:108