Skip to content

Commit 46a9df8

Browse files
committed
Add back spec links to SseClientTransportOptions
1 parent 1051bc5 commit 46a9df8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ModelContextProtocol/Client/SseClientTransportOptions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ public required Uri Endpoint
3939
/// Streamable HTTP transport and automatically fall back to SSE transport if the server doesn't support it.
4040
/// This provides the best compatibility and matches the behavior of VS Code.
4141
/// </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>
4246
/// </remarks>
4347
public HttpTransportMode TransportMode { get; init; } = HttpTransportMode.AutoDetect;
4448

0 commit comments

Comments
 (0)