McpServerInfo Class

Definition

Describes the MCP server identity returned from the initialize handshake.

public sealed record McpServerInfo(string Name, string Version, string Instructions) : IEquatable<McpServerInfo>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)