StreamableHttpServerTransport
Parameters
If true, the server will return JSON responses instead of starting an SSE stream. This can be useful for simple request/response scenarios without streaming. Default is false (SSE streams are preferred).
Enable DNS rebinding protection (requires allowedHosts and/or allowedOrigins to be configured). Default is false for backwards compatibility.
List of allowed host header values for DNS rebinding protection. If not specified, host validation is disabled.
List of allowed origin header values for DNS rebinding protection. If not specified, origin validation is disabled.
Event store for resumability support If provided, resumability will be enabled, allowing clients to reconnect and resume messages
Retry interval (in milliseconds) advertised via SSE priming events to hint the client when to reconnect. Applies only when an eventStore is configured. Defaults to null (no retry hint).