From 9f12e56819b5af16923e9f0b0056eaadc2b703f2 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Thu, 7 May 2026 16:40:30 -0700 Subject: [PATCH] Prepare release v1.3.0 * Bump VersionPrefix from 1.2.0 to 1.3.0 in src/Directory.Build.props * Update docs/concepts/stateless/stateless.md to reference the new public ClientTransportClosedException type (was internal TransportClosedException) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/concepts/stateless/stateless.md | 2 +- src/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/stateless/stateless.md b/docs/concepts/stateless/stateless.md index b5b2f7289..2732c9dcd 100644 --- a/docs/concepts/stateless/stateless.md +++ b/docs/concepts/stateless/stateless.md @@ -279,7 +279,7 @@ This is entirely automatic — you don't need to manage the session ID yourself. The server can terminate a session at any time — due 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: -1. Wraps the failure in a `TransportClosedException` with containing the HTTP status code +1. Wraps the failure in a with containing the HTTP status code 2. Cancels all in-flight operations 3. Completes the task diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 823e7f59d..21be76a9e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,7 +5,7 @@ https://csharp.sdk.modelcontextprotocol.io https://github.com/modelcontextprotocol/csharp-sdk git - 1.2.0 + 1.3.0 ModelContextProtocol © Model Context Protocol a Series of LF Projects, LLC. ModelContextProtocol;mcp;ai;llm