Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mcp::tool_result Struct Reference

#include <mcp_tool_registry.h>

Public Attributes

std::string text
 
bool is_error {false}
 
std::string image_base64
 Optional PNG (or other) payload returned as an MCP image content block.
 
std::string image_mime {"image/png"}
 

Detailed Description

Definition at line 14 of file mcp_tool_registry.h.

Member Data Documentation

◆ image_base64

std::string unravel::mcp::tool_result::image_base64

Optional PNG (or other) payload returned as an MCP image content block.

Definition at line 19 of file mcp_tool_registry.h.

◆ image_mime

std::string unravel::mcp::tool_result::image_mime {"image/png"}

Definition at line 20 of file mcp_tool_registry.h.

◆ is_error

bool unravel::mcp::tool_result::is_error {false}

Definition at line 17 of file mcp_tool_registry.h.

◆ text

std::string unravel::mcp::tool_result::text

Definition at line 16 of file mcp_tool_registry.h.


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