Skip to content

Tags: JaneConan/csharp-sdk

Tags

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 (modelcontextprotocol#286)

v0.1.0-preview.8

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose a JsonSerializerOptions setting in the prompts APIs (modelcont…

…extprotocol#279)

* Expose a JsonSerializerOptions setting in the prompts APIs

* Change namespace for workaround converter.

v0.1.0-preview.7

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separate ASP.NET Core tests into a distinct project and make the main…

… test project netfx compatible. (modelcontextprotocol#254)

* Separate ASP.NET Core tests into a distinct project and make the main test project netfx compatible.

* Fix merge conflicts.

* Update tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj

Co-authored-by: Stephen Halter <[email protected]>

* Revert "Fix merge conflicts."

This reverts commit 852169b.

* Fix merge conflicts

---------

Co-authored-by: Stephen Halter <[email protected]>

v0.1.0-preview.6

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move notification handler registrations to capabilities (modelcontext…

…protocol#207)

* Move notification handler registrations to capabilities

Currently request handlers are set on the capability objects, but notification handlers are set after construction via an AddNotificationHandler method on the IMcpEndpoint interface. This moves handler specification to be at construction as well. This makes it more consistent with request handlers, simplifies the IMcpEndpoint interface to just be about message sending, and avoids a concurrency bug that could occur if someone tried to add a handler while the endpoint was processing notifications.

* Address more feedback and further cleanup

v0.1.0-preview.5

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[UnitTests] Add more UTs (modelcontextprotocol#139)

* + Tests for McpClientExtensions code

* + code coverage for ClientOptions/Capabilities code

---------

Co-authored-by: Esteban Solano <[email protected]>
Co-authored-by: Stephen Toub <[email protected]>

v0.1.0-preview.4

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump package version (modelcontextprotocol#167)

v0.1.0-preview.3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.1.0-preview.3 (modelcontextprotocol#162)

v0.1.0-preview.2

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
complete fix for SampleLlmTool discovery (modelcontextprotocol#102)

modelcontextprotocol#80

Co-authored-by: Stephen Toub <[email protected]>

v0.1.0-preview.1.25171.12

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set the NuGet package copyright text (modelcontextprotocol#54)

* Set the NuGet package copyright text

* Temporarily set authors/copyright to Microsoft for publishing