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.

MCPResource

Defined in the MCP module.
Rust AI Agent SDK An MCP resource.

Fields

NameTypeDescription
uriStringResource URI
nameStringResource name
descriptionOption<String>Resource description
mime_typeOption<String>MIME type

Methods

new

fn new(uri: impl Into<String>, name: impl Into<String>) -> Self
Create a new resource Parameters:
NameType
uriimpl Into&lt;String&gt;
nameimpl Into&lt;String&gt;

Source

View on GitHub

praisonai/src/mcp/mod.rs at line 359

Rust MCP

Rust Resources