Table of Contents

Class McpElicitationResponse

Namespace
LMKit.Mcp.Abstractions
Assembly
LM-Kit.NET.dll

Represents the response to an elicitation request.

public sealed class McpElicitationResponse
Inheritance
McpElicitationResponse
Inherited Members

Properties

Action

Gets or sets the action taken: "accept", "decline", or "cancel".

Content

Gets or sets the content provided by the user (when Action is Accept).

Methods

Accept(IDictionary<string, object>)

Creates an acceptance response with the specified content.

Cancel()

Creates a cancel response.

Decline()

Creates a decline response.