Skip to content

Add 2025-11-25 as supported version - #1130

Merged
stephentoub merged 2 commits into
mainfrom
copilot/add-supported-version-2025-11-25
Jan 15, 2026
Merged

Add 2025-11-25 as supported version#1130
stephentoub merged 2 commits into
mainfrom
copilot/add-supported-version-2025-11-25

Conversation

CopilotAI commented Jan 4, 2026

Copy link
Copy Markdown
Contributor

Updates the default MCP protocol version to 2025-11-25, following the pattern established in #529.

Changes

  • Core: Set LatestProtocolVersion to "2025-11-25" and added "2025-06-18" to SupportedProtocolVersions array
  • Documentation: Updated spec links from 2025-06-18 to 2025-11-25 in XML doc comments and markdown files
  • Samples/Tests: Updated MCP-Protocol-Version headers and protocolVersion values in .http files
  • Test assertions: Updated expected default version to 2025-11-25; test data now uses 2025-06-18 for backward compatibility checks
internalconststringLatestProtocolVersion="2025-11-25";internalstaticreadonlystring[]SupportedProtocolVersions=["2024-11-05","2025-03-26","2025-06-18",LatestProtocolVersion,];
Original prompt

This section details on the original issue you should resolve

<issue_title>Add 2025-11-25 as supported version</issue_title>
<issue_description>Update the default protocol version to 2025-11-25.

For reference, this was done in #529 for the 2025-06-18 spec version.
</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
CopilotAI changed the title [WIP] Add 2025-11-25 as a supported versionAdd 2025-11-25 as supported versionJan 4, 2026
CopilotAI requested a review from stephentoubJanuary 4, 2026 13:32
@stephentoub
stephentoub marked this pull request as ready for review January 4, 2026 14:52
@stephentoub

Copy link
Copy Markdown
Contributor

@mikekistler, we don't yet support MCP tasks... do you want to merge this anyway?

@mikekistlermikekistler left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. 👍

@mikekistler

Copy link
Copy Markdown
Contributor

@stephentoub I don't think we need to wait for Tasks support as it is experimental, but the support for SEP-1699 is still not merged and I think we should wait for that. We could also wait for the Tasks support if it is just a matter of a few days, but otherwise I think we let it come later.

@jeffhandleyjeffhandley added the NO MERGE PR should not be merged until the label is removed label Jan 13, 2026
@jeffhandley

Copy link
Copy Markdown
Contributor

@stephentoubstephentoub removed the NO MERGE PR should not be merged until the label is removed label Jan 15, 2026
@stephentoub
stephentoub merged commit 774411b into mainJan 15, 2026
22 of 25 checks passed
@stephentoub
stephentoub deleted the copilot/add-supported-version-2025-11-25 branch January 15, 2026 14:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 2025-11-25 as supported version

6 participants

@stephentoub@mikekistler@jeffhandley@MackinnonBuck@scutuatua-crypto