Skip to main content

MCPCallResult

Defined in the MCP module.
Rust AI Agent SDK Result of an MCP tool call.

Fields

NameTypeDescription
idStringCall ID
contentVec<MCPContent>Result content
is_errorboolWhether the call was successful

Source

View on GitHub

praisonai/src/mcp/mod.rs at line 317