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.
MCPContent
Defined in the MCP module.
Rust AI Agent SDK
MCP content types.
Fields
| Name | Type | Description |
|---|
Text | variant | - |
content | variant | - |
Text | variant | Text content |
text | variant | Text content |
String | variant | Text content |
Methods
text
fn text(text: impl Into<String>) -> Self
Create text content
Parameters:
| Name | Type |
|---|
text | impl Into<String> |
image
fn image(data: impl Into<String>, mime_type: impl Into<String>) -> Self
Create image content
Parameters:
| Name | Type |
|---|
data | impl Into<String> |
mime_type | impl Into<String> |
Source
View on GitHub
praisonai/src/mcp/mod.rs at line 0