Table of Contents

Enum McpAcceptProfile

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

Predefined Accept header profiles used for content negotiation.

public enum McpAcceptProfile

Fields

JsonOrEventStream = 0

Accept: "application/json, text/event-stream"

JsonOnly = 1

Accept: "application/json"

Wildcard = 2

Accept: "/"

Omit = 3

No Accept header is sent.