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

Result object for tools/list. More...

#include <tool.hpp>

Public Attributes

std::vector< ToolDefinitiontools
 Tools available to the caller.
 
std::optional< std::string > next_cursor
 Optional cursor for retrieving the next page.
 
std::optional< Jsonmeta
 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).
 

Detailed Description

Result object for tools/list.


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