|
cxxmcp 1.1.6
C++ MCP SDK
|
Result object for resources/read.
More...
#include <resource.hpp>
Public Attributes | |
| std::vector< ResourceContents > | contents |
| One or more content parts for the requested URI. | |
| 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. | |
| std::optional< std::int64_t > | ttl_ms |
| Cache time-to-live hint in milliseconds (SEP-2549). | |
| std::optional< std::string > | cache_scope |
| Cache scope hint: "public" or "private" (SEP-2549). | |
Result object for resources/read.