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
