reservedHeaderNames top-level constant

Set<String> const reservedHeaderNames

Header names a provider may not set, because the transport's correctness depends on them.

Implementation

const Set<String> reservedHeaderNames = <String>{
  'content-type',
  'accept',
  'mcp-session-id',
  'mcp-protocol-version',
  'mcp-method',
  'mcp-name',
  'last-event-id',
};