Skip to main content

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

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

Rust MCP

Rust Resources