Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
