Update codex subagent configuration in documentation

- Change args from 'mcp' to 'mcp-server'
- Update description from 'Sub-agent' to 'Subagent' for consistency
This commit is contained in:
Anthony Giuliano
2025-10-15 07:42:05 -04:00
parent 93bf6d6a1e
commit 5437367cd0
+2 -2
View File
@@ -142,10 +142,10 @@ External subagents let you bring in AI agents from other providers and platforms
```yaml
subagent:
args:
- mcp
- mcp-server
bundled: true
cmd: codex
description: OpenAI Codex CLI Sub-agent
description: OpenAI Codex CLI Subagent
enabled: true
env_keys:
- OPENAI_API_KEY