Skip to content

Commit 6d82224

Browse files
author
elizabethtrykin
committed
Update mcp-server.mdx
1 parent 11248e0 commit 6d82224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/sdk/mcp-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Use this server to connect your AI workflows to real-world telephony, automate v
3030
```json
3131
{
3232
"mcpServers": {
33-
"vapi-sse": {
33+
"vapi-mcp": {
3434
"command": "npx",
3535
"args": [
3636
"mcp-remote",
37-
"https://mcp.vapi.ai/sse",
37+
"https://mcp.vapi.ai/mcp",
3838
"--header",
3939
"Authorization: Bearer ${VAPI_TOKEN}"
4040
],

0 commit comments

Comments
 (0)