cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::protocol::TaskListResult Struct Reference

Result object for tasks/list. More...

#include <task.hpp>

Public Attributes

std::vector< Tasktasks
 Page of tasks.
 
std::optional< std::string > next_cursor
 Optional cursor for retrieving the next page.
 
std::optional< std::int64_t > total
 Optional total number of tasks known to the peer.
 
std::optional< Jsonmeta
 Optional _meta extension object preserved on the wire.
 
Json extensions = Json::object()
 Unknown JSON members preserved for forward-compatible round trips.
 

Detailed Description

Result object for tasks/list.


The documentation for this struct was generated from the following file: