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: 283a052
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: a6fd6fc
Choose a head ref
  • 16 commits
  • 108 files changed
  • 10 contributors

Commits on Jun 23, 2025

  1. Fix URI template derivation and lookup (#530)

    * Use lowercase host in resource URI template derivation.
    
    * Address feedback
    
    * Add casing testing for non-templated resource lookups.
    
    * Fix uri primitive lookup
    
    * Use a hardcoded mcp hostname in derived resource template URIs and ensure built-in resources work with the VS Code client.
    
    * Address feedback
    
    * Fix equality comparison
    
    * Use dedicated type for resource collections.
    eiriktsarpalis authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    0b26b7b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Implement ReturnJsonSchema in McpClientTool. (#538)

    Co-authored-by: Steven Luiten <[email protected]>
    S-Luiten and Steven Luiten authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b9837a9 View commit details
    Browse the repository at this point in the history
  2. Document default value for UseStructuredContent. (#539)

    Co-authored-by: Steven Luiten <[email protected]>
    S-Luiten and Steven Luiten authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    db37495 View commit details
    Browse the repository at this point in the history
  3. Fix deserialization of PrimitiveSchemaDefinition (#537)

    This is preventing clients from correctly handling elicitation requests.
    stephentoub authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    068f041 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Update README.md to fix the server sample build issue. (#546)

    * Update README.md to fix the server sample build issue.
    
    Update README.md to fix the server sample build issue.
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Eirik Tsarpalis <[email protected]>
    Anduin2017 and eiriktsarpalis authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    802424e View commit details
    Browse the repository at this point in the history
  2. Styling: remove a few redundant parens from object initializer expres…

    …sions. (#548)
    
    * Styling: remove a few redundant parens from object initializer expressions.
    
    * Fix build error.
    eiriktsarpalis authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    55bda78 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

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

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    f3539cc View commit details
    Browse the repository at this point in the history
  2. Removed space (#563)

    PackageVersion for OpenTelemetry.Instrumentation.Http had trailing space causing error noticed in Visual Studio build
    
    Co-authored-by: Buzz Weetman <[email protected]>
    rokenbuzz and Buzz Weetman authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    fc29342 View commit details
    Browse the repository at this point in the history
  3. Make CallToolResult.IsError optional (#573)

    Match the spec, and avoid sending the property in the success case.
    stephentoub authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    ab51400 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Fix relative path resolution in sample app. (#572)

    * Fix relative path resolution in sample app.
    
    * Update samples/QuickstartClient/Program.cs
    
    * Fix build
    eiriktsarpalis authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    92fd8b2 View commit details
    Browse the repository at this point in the history
  2. Add CallToolResult.ToChatMessage extension method (#575)

    To simplify non-AIFunction usage getting a ChatMessage with the appropriate FunctionResultContent.
    stephentoub authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    4e290f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4411f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Fixed StreamableHttpClientSessionTransport.cs for netstandard (#582)

    Fixed exception 'The format of value 'application/json; charset=utf-8' is invalid
    lucapivato authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    cd8e5d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    cdf88e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fd6fc View commit details
    Browse the repository at this point in the history
Loading