We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd64c7 commit 7aab45eCopy full SHA for 7aab45e
docs/config.md
@@ -417,7 +417,7 @@ cwd = "/Users/<user>/code/my-server"
417
[mcp_servers.figma]
418
url = "https://mcp.linear.app/mcp"
419
# Optional environment variable containing a bearer token to use for auth
420
-bearer_token_env_var = "<token>"
+bearer_token_env_var = "ENV_VAR"
421
# Optional map of headers with hard-coded values.
422
http_headers = { "HEADER_NAME" = "HEADER_VALUE" }
423
# Optional map of headers whose values will be replaced with the environment variable.
0 commit comments