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.8
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.9
Choose a head ref
  • 9 commits
  • 96 files changed
  • 7 contributors

Commits on Apr 11, 2025

  1. Configuration menu
    Copy the full SHA
    adb95c8 View commit details
    Browse the repository at this point in the history
  2. Workflow refactoring and improvements (#273)

    * Remove code coverage PR commenting
    
    * Only run markdown-link-check when markdown files are updated
    
    * Declare CI workflow permissions
    
    * Refactor release workflow and declare permissions
    
    * Pin all actions to SHAs
    
    * Run CI manually, on all pushes to main, or if code changes in a PR
    
    * NuGet publishing doesn't need any permissions
    jeffhandley authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    f1cc2d8 View commit details
    Browse the repository at this point in the history
  3. Wrap each request in a service scope (#276)

    * Wrap each request in a service scope
    
    * Change request/notification delegates to return ValueTask
    
    * Address feedback
    stephentoub authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    f4c87f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

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

Commits on Apr 13, 2025

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

Commits on Apr 14, 2025

  1. Add StreamableHttpHandler and WithHttpTransport (#291)

    * Simplify ModelContextProtocol.AspNetCore README
    
    * Add StreamableHttpHandler
    
    * Use "docker info" in CheckIsDockerAvailable
    
    * Call WithHttpTransport in samples, tests and README
    
    * Cleanup test namespaces
    
    * Add CanConnect_WithMcpClient_AfterCustomizingRoute test
    
    * Simplify relative URI handling
    
    * Handle request made directly to the MapMcp route pattern
    
    * Add Messages_FromNewUser_AreRejected test
    
    * Fix README
    
    * Shorten UserIdClaim ValueTuple names
    
    * Remove MaxReconnectAttempts and ReconnectDelay from SseClientTransportOptions
    
    - Add proper AdditionalHeaders support
    halter73 authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    9c124b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc544f9 View commit details
    Browse the repository at this point in the history
  3. Clean up logging (#286)

    stephentoub authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    312aede View commit details
    Browse the repository at this point in the history
Loading