Tag OpenAI Docs MCP traffic from Codex

This commit is contained in:
Konstantine Kahadze
2026-07-14 09:47:38 -07:00
parent 49f948faa9
commit 1a9d85a231
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
@@ -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"
+1 -1
View File
@@ -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.
@@ -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"