Table of Contents

Property InitialAccept

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

InitialAccept

Gets or sets the initial Accept profile for requests. If the server responds with 406, the client automatically falls back: JsonOrEventStream → JsonOnly → Wildcard → Omit. Default is JsonOrEventStream.

public McpAcceptProfile InitialAccept { get; set; }

Property Value

McpAcceptProfile