Table of Contents

Property ClientInfoTitle

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

ClientInfoTitle

Gets or sets the client title (display name) sent during MCP initialization.

public string ClientInfoTitle { get; set; }

Property Value

string

A human-readable string describing the client. Default is "LMKit MCP Client". Setting this to null or empty restores the default value.

Remarks

This value is included in the clientInfo.title field of the MCP initialize request. It provides a user-friendly name that servers can display in their logs or administrative interfaces.

Changes to this property only take effect on the next initialization.