- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents the result of a tasks/list request.
[Experimental("MCPEXP001", UrlFormat = "https://github.com/modelcontextprotocol/csharp-sdk/blob/main/docs/list-of-diagnostics.md#mcpexp001")]
public sealed class ListTasksResult : PaginatedResult
- Inheritance
-
ListTasksResult
- Inherited Members
Properties
Tasks
Gets or sets the list of tasks.
[JsonPropertyName("tasks")]
public required IList<McpTask> Tasks { get; set; }