Table of Contents

Property ClientInfoVersion

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

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 to null or 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.