From 7aab45e0609e721e4d18795aa9c170738a54cc98 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sun, 26 Oct 2025 10:38:30 -0700 Subject: [PATCH] [MCP] Minor docs clarifications around stdio tokens (#5676) Noticed [here](https://github.com/openai/codex/issues/4707#issuecomment-3446547561) --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 4186c4ff..9223f48d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -417,7 +417,7 @@ cwd = "/Users//code/my-server" [mcp_servers.figma] url = "https://mcp.linear.app/mcp" # Optional environment variable containing a bearer token to use for auth -bearer_token_env_var = "" +bearer_token_env_var = "ENV_VAR" # Optional map of headers with hard-coded values. http_headers = { "HEADER_NAME" = "HEADER_VALUE" } # Optional map of headers whose values will be replaced with the environment variable.