Skip to main content

McpServerInfo

Type Alias McpServerInfo 

Source
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: String

Intended for programmatic or logical use.

§version: String

The 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.