10000 Tags · modelcontextprotocol/csharp-sdk · GitHub
[go: up one dir, main page]

Skip to content

Tags: modelcontextprotocol/csharp-sdk

Tags

v0.3.0-preview.1

Toggle v0.3.0-preview.1's commit message

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

Toggle v0.2.0-preview.3's commit message

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

Toggle v0.2.0-preview.2's commit message

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

Toggle 0.2.0-preview.1's commit message

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

Toggle v0.1.0-preview.14's commit message

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

Toggle v0.1.0-preview.13's commit message

Verified

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

v0.1.0-preview.12

Toggle v0.1.0-preview.12's commit message

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

Toggle v0.1.0-preview.11's commit message

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

v0.1.0-preview.10

Toggle v0.1.0-preview.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add server-side Streamable HTTP transport support (#330)

- Changes IJsonRpcMessage to an abstract base class so RelatedTransport will always be available
- Streamable HTTP supports multiple concurrent HTTP request with their own indpendent SSE response streams
- RelatedTransport indicates the source or destination of the JsonRpcMessage

- Changes the default RequestId to a JSON number for better compatibility with MCP servers in the wild

v0.1.0-preview.9

Toggle v0.1.0-preview.9's commit message

Verified

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

0