pub type McpPromptDescriptor = McpPrompt;Expand description
Alias for McpPrompt.
Aliased Type§
pub struct McpPromptDescriptor {
pub name: String,
pub title: Option<String>,
pub description: Option<String>,
pub arguments: Option<Vec<PromptArgument>>,
pub icons: Option<Vec<Icon>>,
pub meta: Option<Meta>,
}Fields§
§name: StringThe name of the prompt
title: Option<String>§description: Option<String>Optional description of what the prompt does
arguments: Option<Vec<PromptArgument>>Optional arguments that can be passed to customize the prompt
icons: Option<Vec<Icon>>Optional list of icons for the prompt
meta: Option<Meta>Optional additional metadata for this prompt