From 1a9d85a2310fe6baf042a6af21df8d635d69c3e7 Mon Sep 17 00:00:00 2001 From: Konstantine Kahadze Date: Tue, 14 Jul 2026 09:47:38 -0700 Subject: [PATCH] Tag OpenAI Docs MCP traffic from Codex --- skills/.curated/openai-docs/SKILL.md | 2 +- skills/.curated/openai-docs/agents/openai.yaml | 2 +- skills/.system/openai-docs/SKILL.md | 2 +- skills/.system/openai-docs/agents/openai.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/.curated/openai-docs/SKILL.md b/skills/.curated/openai-docs/SKILL.md index ec6a2b0..b4a059a 100644 --- a/skills/.curated/openai-docs/SKILL.md +++ b/skills/.curated/openai-docs/SKILL.md @@ -107,7 +107,7 @@ Use this quick product map when needed: CLI is terminal-first local repo work; I If MCP tools fail or no OpenAI docs resources are available: -1. Run the install command yourself: `codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp` +1. Run the install command yourself: `codex mcp add openaiDeveloperDocs --url "https://developers.openai.com/mcp?source=codex"` 2. If it fails due to permissions/sandboxing, immediately retry the same command with escalated permissions and include a 1-sentence justification for approval. 3. Ask the user to run the install command only if the escalated attempt fails. 4. Ask the user to restart Codex. diff --git a/skills/.curated/openai-docs/agents/openai.yaml b/skills/.curated/openai-docs/agents/openai.yaml index 8bbf03c..f7cd507 100644 --- a/skills/.curated/openai-docs/agents/openai.yaml +++ b/skills/.curated/openai-docs/agents/openai.yaml @@ -11,4 +11,4 @@ dependencies: value: "openaiDeveloperDocs" description: "OpenAI Developer Docs MCP server" transport: "streamable_http" - url: "https://developers.openai.com/mcp" + url: "https://developers.openai.com/mcp?source=codex" diff --git a/skills/.system/openai-docs/SKILL.md b/skills/.system/openai-docs/SKILL.md index df395fb..a4bf342 100644 --- a/skills/.system/openai-docs/SKILL.md +++ b/skills/.system/openai-docs/SKILL.md @@ -113,7 +113,7 @@ Use this quick product map when needed: CLI is terminal-first local repo work; I If MCP tools fail or no OpenAI docs resources are available: -1. Run the install command yourself: `codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp` +1. Run the install command yourself: `codex mcp add openaiDeveloperDocs --url "https://developers.openai.com/mcp?source=codex"` 2. If it fails due to permissions/sandboxing, immediately retry the same command with escalated permissions and include a 1-sentence justification for approval. 3. Ask the user to run the install command only if the escalated attempt fails. 4. Ask the user to restart Codex. diff --git a/skills/.system/openai-docs/agents/openai.yaml b/skills/.system/openai-docs/agents/openai.yaml index 8bbf03c..f7cd507 100644 --- a/skills/.system/openai-docs/agents/openai.yaml +++ b/skills/.system/openai-docs/agents/openai.yaml @@ -11,4 +11,4 @@ dependencies: value: "openaiDeveloperDocs" description: "OpenAI Developer Docs MCP server" transport: "streamable_http" - url: "https://developers.openai.com/mcp" + url: "https://developers.openai.com/mcp?source=codex"