Expand npm conformance coverage#1725
Merged
halter73 merged 1 commit intoJul 24, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
halter73
requested review from
PranavSenthilnathan,
jeffhandley and
tarekgh
and removed request for
jeffhandley
July 23, 2026 18:44
PranavSenthilnathan
approved these changes
Jul 23, 2026
Contributor
Do we want to do this after this PR is merged? |
tarekgh
approved these changes
Jul 23, 2026
This was referenced Jul 24, 2026
Merged
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.
Summary
@modelcontextprotocol/conformancefrom0.2.0-alpha.8to0.2.0-alpha.9json-schema-2020-12andserver-sse-pollingon Windows now that the runner's completed success summary handles the known Node/libuv shutdown assertionThe alpha.9 package does not include a scenario for an initialize
MCP-Protocol-Versionheader/body mismatch.Intentionally not enabled
The following client scenarios still fail and require SDK functionality outside this PR:
auth/authorization-server-migration,auth/client-credentials-jwt,auth/client-credentials-basic,auth/enterprise-managed-authorization,sep-2322-client-request-state, andjson-schema-ref-no-deref. The alpha.9 task-extension server scenarios also remain unwired because the conformance server does not provide their required task fixtures/capabilities;tasks-status-notificationsexecutes zero checks in that configuration.Validation
dotnet buildModelContextProtocol.AspNetCore.Testson net8/net9/net10: 537 passed, 30 skipped per targetjson-schema-2020-12andserver-sse-pollingA repository-wide
dotnet test --no-buildrun reached an unrelated environment blocker inModelContextProtocol.Tests: stdio integration tests cannot discoverTestServer.exeon this Windows machine (71-72 failures per target). All ASP.NET Core test targets, including the changed conformance coverage, passed.