File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ Connect to Vapi's hosted MCP server from any MCP client:
208208| Tool | Description |
209209| ------| -------------|
210210| ` vapi_login ` | Start OAuth flow |
211- | ` vapi_status ` | Check auth status |
211+ | ` vapi_auth_status ` | Check auth status |
212212
213213---
214214
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Use these guidelines to craft effective voice assistant prompts based on what th
4949
5050### Authentication
5151- ` vapi_login ` - Start OAuth authentication flow
52- - ` vapi_status ` - Check if authenticated
52+ - ` vapi_auth_status ` - Check if authenticated
5353
5454### Assistants
5555- ` vapi_list_assistants ` - List all assistants
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function createMcpServer() {
8989
9090 // Register status tool
9191 mcpServer . tool (
92- 'vapi_status ' ,
92+ 'vapi_auth_status ' ,
9393 'Check Vapi authentication status' ,
9494 { } ,
9595 async ( ) => {
You can’t perform that action at this time.
0 commit comments