Complete MCP 2026 client support - #35725
Merged
copyberry[bot] merged 1 commit intoJul 28, 2026
Merged
Conversation
## What changed - Drive multi-round `tools/call` and `resources/read` requests through `input_required` responses, preserving opaque request state and elicitation metadata across JSON, SSE, and stdio transports. - Decode modern discovery and elicitation result shapes while retaining legacy initialization, elicitation defaults, and discovery fallback behavior. - Apply the 8 MiB modern-protocol response limit to JSON, SSE events, and stdio messages, and reject executor stream recovery when output sequence gaps would corrupt the protocol stream. ## Testing Added integration coverage for discovery, multi-round requests, legacy fallbacks, message limits, stdio launchers, SSE responses, session recovery, and executor output recovery. GitOrigin-RevId: d26a08883a2825e8ce2408ac498114b33859225e
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/d26a08883a2825e8ce2408ac498114b33859225e
branch
from
July 28, 2026 06:08
447ed20 to
f2bee85
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/d26a08883a2825e8ce2408ac498114b33859225e
branch
July 28, 2026 06:09
goodspeedoffice-commits
temporarily deployed
to
issue-triage
July 28, 2026 06:52 — with
GitHub Actions
Inactive
goodspeedoffice-commits
temporarily deployed
to
issue-triage
July 28, 2026 06:52 — with
GitHub Actions
Inactive
goodspeedoffice-commits
temporarily deployed
to
issue-triage
July 28, 2026 06:52 — with
GitHub Actions
Inactive
jonathanli12
temporarily deployed
to
issue-triage
July 28, 2026 06:55 — with
GitHub Actions
Inactive
jonathanli12
temporarily deployed
to
issue-triage
July 28, 2026 06:55 — with
GitHub Actions
Inactive
jonathanli12
temporarily deployed
to
issue-triage
July 28, 2026 06:55 — with
GitHub Actions
Inactive
LEON-gittech
temporarily deployed
to
issue-triage
July 28, 2026 06:58 — with
GitHub Actions
Inactive
LEON-gittech
temporarily deployed
to
issue-triage
July 28, 2026 06:58 — with
GitHub Actions
Inactive
LEON-gittech
temporarily deployed
to
issue-triage
July 28, 2026 06:58 — with
GitHub Actions
Inactive
soramame0256
temporarily deployed
to
issue-triage
July 28, 2026 07:04 — with
GitHub Actions
Inactive
soramame0256
temporarily deployed
to
issue-triage
July 28, 2026 07:04 — with
GitHub Actions
Inactive
soramame0256
temporarily deployed
to
issue-triage
July 28, 2026 07:04 — with
GitHub Actions
Inactive
luckyabsoluter
temporarily deployed
to
issue-triage
July 28, 2026 07:32 — with
GitHub Actions
Inactive
luckyabsoluter
temporarily deployed
to
issue-triage
July 28, 2026 07:32 — with
GitHub Actions
Inactive
luckyabsoluter
temporarily deployed
to
issue-triage
July 28, 2026 07:32 — with
GitHub Actions
Inactive
OstiumAxioma
temporarily deployed
to
issue-triage
July 28, 2026 07:40 — with
GitHub Actions
Inactive
OstiumAxioma
temporarily deployed
to
issue-triage
July 28, 2026 07:40 — with
GitHub Actions
Inactive
OstiumAxioma
temporarily deployed
to
issue-triage
July 28, 2026 07:40 — with
GitHub Actions
Inactive
OstiumAxioma
temporarily deployed
to
issue-triage
July 28, 2026 07:41 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Complete MCP 2026 client support
What changed
tools/callandresources/readrequests throughinput_requiredresponses, preserving opaque request state and elicitationmetadata across JSON, SSE, and stdio transports.
initialization, elicitation defaults, and discovery fallback behavior.
messages, and reject executor stream recovery when output sequence gaps would
corrupt the protocol stream.
Testing
Added integration coverage for discovery, multi-round requests, legacy
fallbacks, message limits, stdio launchers, SSE responses, session recovery,
and executor output recovery.