Skip to content

Commit 940252a

Browse files
lukatmyshuclaude
andcommitted
refactor: rename vapi_status tool to vapi_auth_status
More explicit naming for the authentication status check tool. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6c6b3fe commit 940252a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

skill/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 () => {

0 commit comments

Comments
 (0)