We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1051bc5 commit 46a9df8Copy full SHA for 46a9df8
1 file changed
src/ModelContextProtocol/Client/SseClientTransportOptions.cs
@@ -39,6 +39,10 @@ public required Uri Endpoint
39
/// Streamable HTTP transport and automatically fall back to SSE transport if the server doesn't support it.
40
/// This provides the best compatibility and matches the behavior of VS Code.
41
/// </para>
42
+ /// <para>
43
+ /// <see href="https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http">Streamable HTTP transport specification</see>.
44
+ /// <see href="https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse">HTTP with SSE transport specification</see>.
45
+ /// </para>
46
/// </remarks>
47
public HttpTransportMode TransportMode { get; init; } = HttpTransportMode.AutoDetect;
48
0 commit comments