Skip to content

Commit 7aab45e

Browse files
authored
[MCP] Minor docs clarifications around stdio tokens (#5676)
Noticed [here](#4707 (comment))
1 parent bcd64c7 commit 7aab45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ cwd = "/Users/<user>/code/my-server"
417417
[mcp_servers.figma]
418418
url = "https://mcp.linear.app/mcp"
419419
# Optional environment variable containing a bearer token to use for auth
420-
bearer_token_env_var = "<token>"
420+
bearer_token_env_var = "ENV_VAR"
421421
# Optional map of headers with hard-coded values.
422422
http_headers = { "HEADER_NAME" = "HEADER_VALUE" }
423423
# Optional map of headers whose values will be replaced with the environment variable.

0 commit comments

Comments
 (0)