core-agent-ide/codex-rs/cli
Gabriel Peal 740b4a95f4
[MCP] Add configuration options to enable or disable specific tools (#5367)
Some MCP servers expose a lot of tools. In those cases, it is reasonable
to allow/denylist tools for Codex to use so it doesn't get overwhelmed
with too many tools.

The new configuration options available in the `mcp_server` toml table
are:
* `enabled_tools`
* `disabled_tools`

Fixes #4796
2025-10-20 15:35:36 -07:00
..
src [MCP] Add configuration options to enable or disable specific tools (#5367) 2025-10-20 15:35:36 -07:00
tests [MCP] Add configuration options to enable or disable specific tools (#5367) 2025-10-20 15:35:36 -07:00
Cargo.toml feat: experimental codex stdio-to-uds subcommand (#5350) 2025-10-19 21:12:45 -07:00