From 4b4609f8fa58b3aa69c0c61249310c4ae61c7771 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sat, 25 Oct 2025 11:55:12 -0400 Subject: [PATCH 1/4] [MCP] Minor docs clarifications around stdio tokens 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 4186c4ff348..1cc2178eee4 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. From 85565ce775f7bd9a975721adc2c2d1d805e32fd9 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sat, 25 Oct 2025 11:55:48 -0400 Subject: [PATCH 2/4] Update config.md --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 1cc2178eee4..9223f48d266 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 = 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. From 3a450f9cda383096d7ea059941e915f5036050da Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sat, 25 Oct 2025 12:53:37 -0700 Subject: [PATCH 3/4] Kick CI From ac3644d2c47db95562255b5f01ca22fb942927ff Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Sun, 26 Oct 2025 10:22:34 -0700 Subject: [PATCH 4/4] Kick CI