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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
message | readonly | string | Human-readable prompt the server wants answered. | packages/mcp/src/client/types.ts:106 |
requestedSchema | readonly | Readonly<Record<string, unknown>> | JSON-Schema-like shape ({ type: 'object', properties, required? }) for the requested input. | packages/mcp/src/client/types.ts:108 |