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.
MCPCall
Defined in the MCP module.Rust AI Agent SDK An MCP tool call request.
Fields
| Name | Type | Description |
|---|---|---|
name | String | Tool name |
arguments | serde_json::Value | Tool arguments |
id | String | Call ID |
Methods
new
| Name | Type |
|---|---|
name | impl Into<String> |
arguments | serde_json::Value |
Source
View on GitHub
praisonai/src/mcp/mod.rs at line 295
