-
Notifications
You must be signed in to change notification settings - Fork 323
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 230 files changed
- 3 contributors
Commits on May 10, 2025
-
Make small corrections to release process docs (#402)
The 'auto' selection for the previous tag has been working well. And this also fixes a typo.
Configuration menu - View commit details
-
Copy full SHA for b460a0f - Browse repository at this point
Copy the full SHA b460a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4043538 - Browse repository at this point
Copy the full SHA 4043538View commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca3a8ab - Browse repository at this point
Copy the full SHA ca3a8abView commit details -
Add stateless Streamable HTTP support (#392)
- It allows a single MCP session spanning multiple requests to be handled by different servers without sharing state - It does require the servers share data protection keys, but this is standard for ASP.NET Core cookies and antiforgery as well - It immediately throws for unsupported operations like sampling
Configuration menu - View commit details
-
Copy full SHA for ce9f73f - Browse repository at this point
Copy the full SHA ce9f73fView commit details -
Fix McpServerResource registration (#411)
- Add missing filling of ResourceCollection in McpServerOptionsSetup - Remove AIFunctionMcpServerXx.ToString overrides; for resources, it was changing behavior undesirably, and for the others it was duplicate code. - Fix notification method used for resource list changes. - Fix type in WithResources parameter name.
Configuration menu - View commit details
-
Copy full SHA for 8d4f51d - Browse repository at this point
Copy the full SHA 8d4f51dView commit details -
Improve exception diagnostics for stdio client (#376)
* Improve exception diagnostics for stdio client Track the last several lines of stderr and include those in an exception created as part of CleanupAsync if the server process has already exited. This is based on an assumption that the server should never exit prior to CleanupAsync being called. * Address feedback and fix test failure
Configuration menu - View commit details
-
Copy full SHA for c11c634 - Browse repository at this point
Copy the full SHA c11c634View commit details -
No meaningful code changes, just lots of namespace shuffling to have fewer namespaces and to put things in better namespaces.
Configuration menu - View commit details
-
Copy full SHA for 106ab80 - Browse repository at this point
Copy the full SHA 106ab80View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0-preview.13...v0.1.0-preview.14