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