Hide app-only MCP tools from model#24635
Draft
arunv wants to merge 1 commit into
Draft
Conversation
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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
_meta.ui.visibilitywhen building model-visible MCP tools.Why
Plugin Runtime MCP can emit private connector actions as
_meta.ui.visibility = ["app"]via openai/openai#956651. Codex app UI reads the raw MCP server inventory, but model direct tools andtool_searchare also derived from MCP tools. Without this filter, app-only tools are still selectable by the model.Validation
just test -p codex-core mcp_tool_exposure::tests::hides_app_only_tools_from_model_exposure.just test -p codex-mcp.just fix -p codex-coreandjust fix -p codex-mcp.just fmt; Rustcargo fmtcompleted, then the SDK Python Ruff step failed because this Linux environment cannot resolveopenai-codex-cli-bin==0.131.0a4.just test -p codex-core; it failed locally on unrelated missingcodex/test_stdio_servertest binaries and sandbox/timeouts.