Thanks to visit codestin.com
Credit goes to github.com

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.2.0-preview.3
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.3.0-preview.1
Choose a head ref
  • 15 commits
  • 188 files changed
  • 4 contributors

Commits on Jun 3, 2025

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

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    46d25b7 View commit details
    Browse the repository at this point in the history
  2. Add structured output/output schema support for server-side tools. (#480

    )
    
    * Add structured output/output schema support for server-side tools.
    
    * Address feedback.
    
    * Add McpServerToolAttribute.UseStructuredContent
    
    ---------
    
    Co-authored-by: Stephen Toub <[email protected]>
    eiriktsarpalis and stephentoub authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    fa017c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Pass session id's to MCP endpoints. (#466)

    * Pass session id's to MCP endpoints.
    
    * Update src/ModelContextProtocol/Client/McpClient.cs
    
    Co-authored-by: Stephen Halter <[email protected]>
    
    * Update src/ModelContextProtocol.AspNetCore/StreamableHttpHandler.cs
    
    Co-authored-by: Stephen Halter <[email protected]>
    
    * Make init callback asynchronous.
    
    * Address feedback.
    
    ---------
    
    Co-authored-by: Stephen Halter <[email protected]>
    eiriktsarpalis and halter73 authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    d7d9eab View commit details
    Browse the repository at this point in the history
  2. Make enums serialize as strings if using the reflection-based seriali…

    …zer. (#473)
    
    * Make enums serialize as strings if using the reflection-based serializer.
    
    * Remove unnecessary partial
    
    * Use an explicit reflection-based converter for enums.
    
    * Update comments
    
    * Make the reflection-based enum converter public.
    eiriktsarpalis authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1e8fb04 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Update Microsoft.Extensions.AI version & expose JSON configuration on…

    … `McpServerResourceCreateOptions` (#511)
    
    * Update Microsoft.Extensions.AI version
    
    * Update Microsoft.Extensions.AI.OpenAI
    
    * Fix failing tests; add JSON configuration options to McpServerResourceCreateOptions.
    
    * Replace temporary code with `AIFunction.ReturnJsonSchema`
    
    ---------
    
    Co-authored-by: Eirik Tsarpalis <[email protected]>
    sbomer and eiriktsarpalis authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    28d6547 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Update content according to latest spec (#513)

    * Update content according to latest spec
    
    * Add Title to a bunch of types
    
    * Add _meta to lots of types
    
    * Address feedback, more cleanup, fix NAOT test failure
    stephentoub authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2bcff31 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    4e2c1b9 View commit details
    Browse the repository at this point in the history
  2. Add a callback for receiving stderr output (#525)

    * Add a callback for receiving stderr output
    
    * Add asserts to test
    stephentoub authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    b9b4a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befa31d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    a4b4eda View commit details
    Browse the repository at this point in the history
  2. Fix QuickstartClient path (#528)

    * Fix QuickstartClient path
    
    * Make dotnet run work instead of F5
    stephentoub authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    521bb7b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Configuration menu
    Copy the full SHA
    0e6184a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283a052 View commit details
    Browse the repository at this point in the history
Loading