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
