|
cxxmcp 1.1.6
C++ MCP SDK
|
Result object for tasks/list.
More...
#include <task.hpp>
Public Attributes | |
| std::vector< Task > | tasks |
| 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< Json > | meta |
Optional _meta extension object preserved on the wire. | |
| Json | extensions = Json::object() |
| Unknown JSON members preserved for forward-compatible round trips. | |
Result object for tasks/list.