From 773ae9405b58772084a615b46f74128437422498 Mon Sep 17 00:00:00 2001 From: simister Date: Tue, 18 Nov 2025 16:50:10 -0500 Subject: [PATCH] Fix typo in config.md for MCP server --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index ddfe2ff7c4..c953a07a93 100644 --- a/docs/config.md +++ b/docs/config.md @@ -442,7 +442,7 @@ You can configure Codex to use [MCP servers](https://modelcontextprotocol.io/abo command = "npx" # Optional args = ["-y", "mcp-server"] -# Optional: propagate additional env vars to the MVP server. +# Optional: propagate additional env vars to the MCP server. # A default whitelist of env vars will be propagated to the MCP server. # https://github.com/openai/codex/blob/main/codex-rs/rmcp-client/src/utils.rs#L82 env = { "API_KEY" = "value" }