Skip to content

Commit 2ce15f4

Browse files
jeffhandleyCopilot
andauthored
Release v1.3.0 (#1566)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4e751e6 commit 2ce15f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/stateless/stateless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ This is entirely automatic — you don't need to manage the session ID yourself.
279279

280280
The server can terminate a session at any timedue to idle timeout, max session count exceeded, explicit shutdown, or any server-side policy. When this happens, subsequent requests with that session ID receive HTTP `404`. The client detects this and:
281281

282-
1. Wraps the failure in a `TransportClosedException` with <xref:ModelContextProtocol.Client.HttpClientCompletionDetails> containing the HTTP status code
282+
1. Wraps the failure in a <xref:ModelContextProtocol.Client.ClientTransportClosedException> with <xref:ModelContextProtocol.Client.HttpClientCompletionDetails> containing the HTTP status code
283283
2. Cancels all in-flight operations
284284
3. Completes the <xref:ModelContextProtocol.Client.McpClient.Completion> task
285285

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageProjectUrl>https://csharp.sdk.modelcontextprotocol.io</PackageProjectUrl>
66
<RepositoryUrl>https://github.com/modelcontextprotocol/csharp-sdk</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>
8-
<VersionPrefix>1.2.0</VersionPrefix>
8+
<VersionPrefix>1.3.0</VersionPrefix>
99
<Authors>ModelContextProtocol</Authors>
1010
<Copyright>© Model Context Protocol a Series of LF Projects, LLC.</Copyright>
1111
<PackageTags>ModelContextProtocol;mcp;ai;llm</PackageTags>

0 commit comments

Comments
 (0)