mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
feat: drop MCP managing tools if no MCP servers (#11900)
Drop MCP tools if no MCP servers to save context For this https://github.com/openai/codex/issues/11049
This commit is contained in:
@@ -144,9 +144,6 @@ async fn prompt_tools_are_consistent_across_requests() -> anyhow::Result<()> {
|
||||
vec!["exec_command", "write_stdin"]
|
||||
};
|
||||
expected_tools_names.extend([
|
||||
"list_mcp_resources",
|
||||
"list_mcp_resource_templates",
|
||||
"read_mcp_resource",
|
||||
"update_plan",
|
||||
"request_user_input",
|
||||
"apply_patch",
|
||||
|
||||
Reference in New Issue
Block a user