mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
[mcp] Improve custom MCP elicitation (#15800)
- [x] Support don't ask again for custom MCP tool calls. - [x] Don't run arc in yolo mode. - [x] Run arc for custom MCP tools in always allow mode.
This commit is contained in:
@@ -12,6 +12,16 @@ Codex can connect to MCP servers configured in `~/.codex/config.toml`. See the c
|
||||
|
||||
- https://developers.openai.com/codex/config-reference
|
||||
|
||||
## MCP tool approvals
|
||||
|
||||
Codex stores per-tool approval overrides for custom MCP servers under
|
||||
`mcp_servers` in `~/.codex/config.toml`:
|
||||
|
||||
```toml
|
||||
[mcp_servers.docs.tools.search]
|
||||
approval_mode = "approve"
|
||||
```
|
||||
|
||||
## Apps (Connectors)
|
||||
|
||||
Use `$` in the composer to insert a ChatGPT connector; the popover lists accessible
|
||||
|
||||
Reference in New Issue
Block a user