pub type McpServerInfo = Implementation;Expand description
MCP server information (legacy alias for Implementation).
Aliased Type§
pub struct McpServerInfo {
pub name: String,
pub version: String,
pub title: Option<String>,
pub description: Option<String>,
pub icons: Option<Vec<Icon>>,
pub website_url: Option<String>,
}Fields§
§name: StringIntended for programmatic or logical use.
version: StringThe version of the implementation.
title: Option<String>Intended for UI and end-user contexts — optimized to be human-readable.
description: Option<String>An optional human-readable description of what this implementation does.
icons: Option<Vec<Icon>>Optional set of sized icons that the client can display.
website_url: Option<String>An optional URL of the website for this implementation.