From 5437367cd01a518e519a6a3ec29cdc26eb5f0e40 Mon Sep 17 00:00:00 2001 From: Anthony Giuliano Date: Wed, 15 Oct 2025 07:42:05 -0400 Subject: [PATCH] Update codex subagent configuration in documentation - Change args from 'mcp' to 'mcp-server' - Update description from 'Sub-agent' to 'Subagent' for consistency --- documentation/docs/guides/subagents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/subagents.md b/documentation/docs/guides/subagents.md index 59863e9b49..82cfc4ca33 100644 --- a/documentation/docs/guides/subagents.md +++ b/documentation/docs/guides/subagents.md @@ -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