Skip to content

@maxhealth.tech/prefab / mcp / McpInputRequests

Type Alias: McpInputRequests

ts
type McpInputRequests = Record<string, McpElicitRequest>;

Defined in: mcp/types.ts:261

Server-issued requests the client must fulfil before retrying the call.

Released under the MIT License.