Describes the MCP server identity returned from the initialize handshake.
public sealed record McpServerInfo(string Name, string Version, string Instructions) : IEquatable<McpServerInfo>
kind:method, kind:property, kind:ctor. Press Esc to clear.McpServerInfo(String, String, String)Describes the MCP server identity returned from the initialize handshake.