Property InitialAccept
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; }