Bump ModelContextProtocol.AspNetCore from 2.0.0 to 2.1.0 - #1777
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump ModelContextProtocol.AspNetCore from 2.0.0 to 2.1.0#1777dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/nuget/ModelContextProtocol.AspNetCore-2.1.0
branch
15 times, most recently
from
August 10, 2026 22:54
c632fff to
b441d0a
Compare
dependabot
Bot
force-pushed
the
dependabot/nuget/ModelContextProtocol.AspNetCore-2.1.0
branch
from
August 11, 2026 01:06
b441d0a to
a5c201d
Compare
--- updated-dependencies: - dependency-name: ModelContextProtocol.AspNetCore dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/ModelContextProtocol.AspNetCore-2.1.0
branch
from
August 11, 2026 02:22
a5c201d to
67f9ec4
Compare
Aaronontheweb
added a commit
that referenced
this pull request
Aug 11, 2026
…ent discard (#1865) Bump the MCP SDK from 2.0.0 to 2.1.0. SDK 2.1 sends a server/discover probe before the initialize handshake. The probe reads a 400 response as an unsupported-protocol signal and falls back to the initialize handshake. During interactive OAuth, that fallback calls the one-shot authorization callback a second time. The second call fails as "authorization already in progress" and hides the token endpoint invalid_client rejection. The manager then keeps a dead dynamic client registration instead of discarding it. Add OAuthClientRejectionHandler to the shared MCP HTTP pipeline. The handler reads the invalid_client error for the authorization_code grant and throws McpOAuthClientRejectedException before the SDK sees the 400. The SDK fallback does not catch that type, so the true cause reaches the manager and the dead identity is discarded. A refresh failure keeps the SDK graceful null path. This supersedes Dependabot PRs #1777 and #1778.
Contributor
Author
|
Looks like ModelContextProtocol.AspNetCore is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/nuget/ModelContextProtocol.AspNetCore-2.1.0
branch
August 11, 2026 02:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated ModelContextProtocol.AspNetCore from 2.0.0 to 2.1.0.
Release notes
Sourced from ModelContextProtocol.AspNetCore's releases.
2.1.0
This release adds an opt-in
subscriptions/listenhandler for custom server-side notification streams, improves HTTP transport fallback reliability, and expands guidance and samples for telemetry and binary resources.What's Changed
Documentation Updates
Test Improvements
Repository Infrastructure Updates
> [!NOTE]alert example #1771 by @PranavSenthilnathan (co-authored by @Copilot)Acknowledgements
Full Changelog: modelcontextprotocol/csharp-sdk@v2.0.0...v2.1.0
Commits viewable in compare view.