fixes #5011: update mcp server doc (#5014)

This commit is contained in:
Shijie Rao
2025-10-10 17:23:41 -07:00
committed by GitHub
parent 90af046c5c
commit 26f7c46856

View File

@@ -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 <token>` header
# Use this with caution because the token is in plaintext and can be read by Codex itself.
bearer_token = "<token>"
# Optional environment variable containing a bearer token to use for auth
bearer_token_env_var = "<token>"
```
For oauth login, you must enable `experimental_use_rmcp_client = true` and then run `codex mcp login server_name`