Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/csharp-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-preview.5
Choose a base ref
...
head repository: modelcontextprotocol/csharp-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0-preview.6
Choose a head ref
  • 4 commits
  • 49 files changed
  • 3 contributors

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    3b26bf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    d1a3c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcdf95 View commit details
    Browse the repository at this point in the history
  3. Move notification handler registrations to capabilities (#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
    stephentoub authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    d21d933 View commit details
    Browse the repository at this point in the history
Loading