diff --git a/docs/config.md b/docs/config.md index fba8a3a2..2ac7aba6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -370,9 +370,8 @@ API_KEY = "value" experimental_use_rmcp_client = true [mcp_servers.figma] url = "https://mcp.linear.app/mcp" -# Optional bearer token to be passed into an `Authorization: Bearer ` header -# Use this with caution because the token is in plaintext and can be read by Codex itself. -bearer_token = "" +# Optional environment variable containing a bearer token to use for auth +bearer_token_env_var = "" ``` For oauth login, you must enable `experimental_use_rmcp_client = true` and then run `codex mcp login server_name`