Class ElicitationMcpTasksCapability
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents task support for elicitation-related requests.
[Experimental("MCPEXP001", UrlFormat = "https://github.com/modelcontextprotocol/csharp-sdk/blob/main/docs/list-of-diagnostics.md#mcpexp001")]
public sealed class ElicitationMcpTasksCapability
- Inheritance
-
ElicitationMcpTasksCapability
- Inherited Members
Properties
Create
Gets or sets whether elicitation/create requests support task augmentation.
[JsonPropertyName("create")]
public CreateElicitationMcpTasksCapability? Create { get; set; }
Property Value
Remarks
When present, indicates that the client supports task-augmented elicitation/create requests.