[MCP] Minor docs clarifications around stdio tokens (#5676)

Noticed
[here](https://github.com/openai/codex/issues/4707#issuecomment-3446547561)
This commit is contained in:
Gabriel Peal
2025-10-26 10:38:30 -07:00
committed by GitHub
parent bcd64c7e72
commit 7aab45e060

View File

@@ -417,7 +417,7 @@ cwd = "/Users/<user>/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 = "<token>"
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.