Table of Contents

Method WithClientInfo

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

WithClientInfo(string, string, string)

Sets the client information sent during MCP initialization.

public McpClientBuilder WithClientInfo(string name, string title = null, string version = null)

Parameters

name string

The client name (e.g., "MyApp").

title string

The client title (e.g., "My Application").

version string

The client version (e.g., "1.0.0").

Returns

McpClientBuilder

This builder instance for method chaining.