|
cxxmcp 1.1.6
C++ MCP SDK
|
Result object for tools/list.
More...
#include <tool.hpp>
Public Attributes | |
| std::vector< ToolDefinition > | tools |
| Tools available to the caller. | |
| std::optional< std::string > | next_cursor |
| Optional cursor for retrieving the next page. | |
| 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 tools/list.