Skip to content

Commit 4d94fd4

Browse files
author
elizabethtrykin
committed
nit fix
1 parent 1ab2354 commit 4d94fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/sdk/mcp-server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use this server to connect your AI workflows to real-world telephony, automate v
3636
"mcp-remote",
3737
"https://mcp.vapi.ai/sse",
3838
"--header",
39-
"Authorization: Bearer ${YOUR_VAPI_API_KEY}"
39+
"Authorization: Bearer ${VAPI_TOKEN}"
4040
],
4141
"env": {
4242
"VAPI_TOKEN": "YOUR_VAPI_API_KEY"
@@ -106,7 +106,7 @@ The Vapi MCP Server exposes these actions as MCP tools:
106106
"mcp-remote",
107107
"https://mcp.vapi.ai/mcp",
108108
"--header",
109-
"Authorization: Bearer ${YOUR_VAPI_API_KEY}"
109+
"Authorization: Bearer ${VAPI_TOKEN}"
110110
],
111111
"env": {
112112
"VAPI_TOKEN": "YOUR_VAPI_API_KEY"
@@ -137,7 +137,7 @@ The Vapi MCP Server exposes these actions as MCP tools:
137137
"mcp-remote",
138138
"https://mcp.vapi.ai/sse",
139139
"--header",
140-
"Authorization: Bearer ${YOUR_VAPI_API_KEY}"
140+
"Authorization: Bearer ${VAPI_TOKEN}"
141141
],
142142
"env": {
143143
"VAPI_TOKEN": "YOUR_VAPI_API_KEY"

0 commit comments

Comments
 (0)