[.NET 11] Update MCP template dependency - #68212
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a76594c8-5905-452b-baff-813b278437fd
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s centralized version property for the ModelContextProtocol packages so the MCP server project templates (and any other consumers using these props) generate projects referencing ModelContextProtocol 2.1.0.
Changes:
- Bump
ModelContextProtocolVersionfrom1.2.0to2.1.0. - Keep
ModelContextProtocolAspNetCoreVersionaligned by continuing to derive it from$(ModelContextProtocolVersion).
wtgodbe
approved these changes
Aug 5, 2026
jeffhandley
enabled auto-merge (squash)
August 7, 2026 00:41
Contributor
|
Hi @jeffhandley. Please make sure you've updated the PR description to use the Shiproom Template. Also, make sure this PR is not marked as a draft and is ready-to-merge. To learn more about how to prepare a servicing PR click here. |
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.
Updates the MCP server template's generated
ModelContextProtocolandModelContextProtocol.AspNetCorepackage references to 2.1.0.Customer Impact
Aligns new project creations to create MCP 2.x-based applications, enabling support for the 2026-07-28 Model Context Protocol specification.
We also updated .NET 11 (for RC1) with [.NET 11] Update MCP template dependency (dotnet/aspnetcore#68212).
Risk
Low. This has the same effect as creating a project with the prior version and updating the package references. I also verified that the ModelContextProtocol 2.1.0 packages were successfully restored from internal feeds using the aspnetcore-ci-official pipeline.
Validation
Microsoft.McpServer.ProjectTemplates.