Class CreateTaskResult | MCP C# SDK

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents the response to a task-augmented request.

[Experimental("MCPEXP001", UrlFormat = "https://github.com/modelcontextprotocol/csharp-sdk/blob/main/docs/list-of-diagnostics.md#mcpexp001")]
public sealed class CreateTaskResult : Result
Inheritance

CreateTaskResult

Inherited Members

Properties

Task

Gets or sets the task data for the newly created task.

[JsonPropertyName("task")]
public McpTask Task { get; set; }

Property Value

McpTask