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.3.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.4
Choose a head ref
  • 12 commits
  • 60 files changed
  • 8 contributors

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    f53e0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5aef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    929ae58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e12167 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Fix ResourceLinkBlock deserialization by adding missing "name" case (#…

    …645)
    
    * Initial plan
    
    * Initial analysis and plan for ResourceLinkBlock deserialization fix
    
    Co-authored-by: eiriktsarpalis <[email protected]>
    
    * Fix ResourceLinkBlock deserialization by adding missing "name" case
    
    Co-authored-by: eiriktsarpalis <[email protected]>
    
    * Remove unnecessary dotnet-install.sh file
    
    Co-authored-by: eiriktsarpalis <[email protected]>
    
    * Use const for JSON string variables and improve indentation
    
    Co-authored-by: stephentoub <[email protected]>
    
    * Remove temporary backup file
    
    Co-authored-by: stephentoub <[email protected]>
    
    * Change JSON variable names to use PascalCase (Json) as requested
    
    Co-authored-by: stephentoub <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: eiriktsarpalis <[email protected]>
    Co-authored-by: stephentoub <[email protected]>
    3 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    650df63 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Add an in-memory transport sample (#664)

    * Add an in-memory transport sample
    
    * Rename sample
    stephentoub authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    da86d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5b1af View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

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

Commits on Aug 8, 2025

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

Commits on Aug 13, 2025

  1. Remove special-casing of string enumerables in McpServerTool (#699)

    We special-case string enumerables, translating them to an array of text content blocks, but other enumerables just get serialized, and there's a reasonable expectation that returning a string[] would produce a JSON array of strings. Just delete the special-casing.
    stephentoub authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    70960e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

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

Commits on Aug 19, 2025

  1. Add framework for conceptual docs (#708)

    Add framework for conceptual docs plus article on elicitation
    
    Co-authored-by: Stephen Halter <[email protected]>
    mikekistler and halter73 authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    15f8e89 View commit details
    Browse the repository at this point in the history
Loading