pub type McpServerInfo = MCPServerInfo;
pub struct McpServerInfo { pub name: String, pub version: String, }
name: String
version: String