Expand MCP tool catalog cache regression coverage - #33308
Merged
copyberry[bot] merged 1 commit intoJul 15, 2026
Merged
Conversation
## Why Cached MCP tool catalogs must not substitute stale session state for the live server connection. ## What changed - Verify `mcpServerStatus/list` waits for replacement stdio server metadata before combining it with cached tools. - Verify configurations with remotely sourced environment variables bypass the tool catalog cache. - Assert that calls made from cached definitions return output from the live replacement process. - Make the stdio test server available to Windows Bazel integration tests. GitOrigin-RevId: 0e518cd46f0d89af28e3a4e256023b5872e6e2fb
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/0e518cd46f0d89af28e3a4e256023b5872e6e2fb
branch
from
July 15, 2026 10:20
459530f to
1bbdb32
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/0e518cd46f0d89af28e3a4e256023b5872e6e2fb
branch
July 15, 2026 10:21
thiagosena97
temporarily deployed
to
issue-triage
July 15, 2026 11:53 — with
GitHub Actions
Inactive
thiagosena97
temporarily deployed
to
issue-triage
July 15, 2026 11:53 — with
GitHub Actions
Inactive
thiagosena97
temporarily deployed
to
issue-triage
July 15, 2026 11:53 — with
GitHub Actions
Inactive
alighafoorzade
temporarily deployed
to
issue-triage
July 15, 2026 12:06 — with
GitHub Actions
Inactive
alighafoorzade
temporarily deployed
to
issue-triage
July 15, 2026 12:06 — with
GitHub Actions
Inactive
alighafoorzade
temporarily deployed
to
issue-triage
July 15, 2026 12:06 — 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.
Expand MCP tool catalog cache regression coverage
Why
Cached MCP tool catalogs must not substitute stale session state for the live
server connection.
What changed
mcpServerStatus/listwaits for replacement stdio server metadatabefore combining it with cached tools.
tool catalog cache.
replacement process.