pub type McpToolInfo = MCPToolInfo;Aliased Type§
pub struct McpToolInfo {
pub name: String,
pub description: Option<String>,
pub annotations: Option<MCPToolAnnotations>,
}Fields§
§name: String§description: Option<String>§annotations: Option<MCPToolAnnotations>