Skip to content

Tags: modelcontextprotocol/csharp-sdk

Tags

v0.3.0-preview.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MEAI version and add regression test for #601. (#628)

v0.3.0-preview.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.3.0-preview.2

v0.3.0-preview.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number to 0.3.0 (#534)

v0.2.0-preview.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't conflate request and response IDs in Streamable HTTP transports (

…#475)

v0.2.0-preview.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update documentation of McpJsonUtilities.DefaultOptions. (#463)

0.2.0-preview.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove internal GetBase64Data helper (#422)

This can now just use DataContent.Base64Data.

v0.1.0-preview.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up namespaces (#410)

No meaningful code changes, just lots of namespace shuffling to have fewer namespaces and to put things in better namespaces.

v0.1.0-preview.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to latest M.E.AI version (#401)

v0.1.0-preview.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove batching support from StreamableHttpServerTransport (#372)

v0.1.0-preview.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve testing for StreamableHttpHandler and IdleTrackingBackgroundS…

…ervice (#345)

* Add idle session pruning tests
* Remove redundant CTS from StreamableHttpHandler
  * StreamableHttpServerTransport.HandlePostRequest already creates the equivelant CTS
    which DeleteRequest_CompletesSession_WhichCancelsLongRunningToolCalls verifies
* Fix accept header validation for GET
* Use InvalidOperationException for transport-not-connected errors in doc comments
* Fix flaky Cancellation_ThrowsCancellationException test