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.4.0-preview.1
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.4.0-preview.2
Choose a head ref
  • 10 commits
  • 30 files changed
  • 4 contributors

Commits on Sep 25, 2025

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

Commits on Sep 30, 2025

  1. Onboard repo to the .NET 10 sdk (#822)

    * Onboard repo to the .NET 10 sdk
    
    * Remove redundant property.
    
    * Remove console logger
    
    * Disabling failing tests in .NET 10.
    eiriktsarpalis authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    7628b30 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Move options validation to constructor (#826)

    This works around the breaking change to BackgroundService in
    dotnet/runtime#116283 which launches
    ExecuteAsync using Task.Run.
    halter73 authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    740a7d0 View commit details
    Browse the repository at this point in the history
  2. Make "Stateless" mode sessionless (#760)

    - This removes the requirement to configure data protection which is the motivating reason for this change
    - This means that McpServer.ClientInfo will always be null in stateless mode
    halter73 authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    47b9582 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

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

Commits on Oct 6, 2025

  1. Fix support for sending server notifications with request-specific Mc…

    …pServer instances used outside their original scope. (#832)
    
    * Fix support for sending server notifications with request-specific McpServer instances used outside their original scope.
    
    * Address feedback.
    
    * Update src/ModelContextProtocol.Core/Server/SseWriter.cs
    eiriktsarpalis authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    93834d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

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

Commits on Oct 8, 2025

  1. Update .NET version in release.yml (#841)

    Updated .NET version in release workflow to 10.0.x and removed older versions.
    halter73 authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    857915c View commit details
    Browse the repository at this point in the history
  2. Bump version back down to 0.4.0-preview.2

    We need to retry the release since the NuGet publish failed.
    halter73 authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    58bbb10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da30f0e View commit details
    Browse the repository at this point in the history
Loading