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.
MCPPromptArgument
Defined in the MCP module.Rust AI Agent SDK An MCP prompt argument.
Fields
| Name | Type | Description |
|---|---|---|
name | String | Argument name |
description | Option<String> | Argument description |
required | bool | Whether the argument is required |
Source
View on GitHub
praisonai/src/mcp/mod.rs at line 399
