Skip to content

v0.4.0-preview.2

Pre-release
Pre-release

Choose a tag to compare

@halter73 halter73 released this 08 Oct 18:26
· 29 commits to main since this release
da30f0e

Breaking Changes

The v0.4.0-preview.2 release includes a breaking change to the Streamable HTTP transport's Stateless mode. Because Stateless mode no longer uses a session ID nor relies on data protection, client information like the client's name and version are no longer tracked across requests meaning McpServer.ClientInfo will always be null. If you need ClientInfo in your handlers, we recommend using the default stateful mode.

What's Changed

Full Changelog: v0.4.0-preview.1...v0.4.0-preview.2