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

Result object for tasks/result (GetTaskPayloadResult equivalent). More...

#include <task.hpp>

Public Attributes

Json payload
 The original request's result (polymorphic – may be any JSON value).
 
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/result (GetTaskPayloadResult equivalent).

Carries the original request's polymorphic result payload. On the wire the payload fields are flattened alongside _meta and any future extensions.


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