MCPCallResult
Defined in the MCP module.Rust AI Agent SDK Result of an MCP tool call.
Fields
| Name | Type | Description |
|---|---|---|
id | String | Call ID |
content | Vec<MCPContent> | Result content |
is_error | bool | Whether the call was successful |
Source
View on GitHub
praisonai/src/mcp/mod.rs at line 317
