feat: add conformance scenarios for 2026-07-28 stream cancellation and per-request logLevel - #438
Open
elang2 wants to merge 1 commit into
Open
Conversation
…narios Add two new conformance scenarios targeting the 2026-07-28 spec: - http-stream-cancellation: Tests that closing an SSE response stream is treated as cancellation (the 2026-07-28 transport-level mechanism replacing notifications/cancelled on HTTP). Verifies server stops sending after disconnect, remains healthy, and handles rapid burst disconnects. - per-request-loglevel: Tests per-request log level filtering via _meta.io.modelcontextprotocol/logLevel. Validates positive emission, severity filtering, invalid level rejection, and request-scoped delivery. Both use introducedIn: DRAFT_PROTOCOL_VERSION and run under --suite draft.
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
Adds two new conformance scenarios targeting the MCP 2026-07-28 specification:
notifications/cancelledon HTTP transport)_meta.io.modelcontextprotocol/logLevelfiltering, scoping, and invalid value rejectionBoth scenarios use
introducedIn: DRAFT_PROTOCOL_VERSIONand run only under--suite draftor--spec-version 2026-07-28, excluded from default CI until the spec is published as a dated release.Scenarios Added
http-stream-cancellation(3 checks)per-request-loglevel(4 checks)notifications/messageemitted when logLevel is set (WARNING if server opts out)Design Decisions
fetchwithAbortController(not SDK client) to precisely control stream lifecycleserverEmitsLogsflag to SKIP filtering/scoping checks when server never emits (avoids false positives on servers that don't implement logging)Test plan
npx tsc --noEmit)draftClientScenariosListviaintroducedIncheckSpec References