Property ClientInfoVersion
ClientInfoVersion
Gets or sets the client version sent during MCP initialization.
public string ClientInfoVersion { get; set; }
Property Value
- string
A version string identifying the client software release. Default is
"1.0.0". Setting this tonullor empty restores the default value.
Remarks
This value is included in the clientInfo.version field of the MCP initialize request.
Servers can use this for compatibility checking, logging, or analytics.
Changes to this property only take effect on the next initialization.