Skip to content

Commit 6df4320

Browse files
committed
another minor update
1 parent 6f71379 commit 6df4320

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vapi-ai/mcp-server",
33
"description": "Vapi MCP Server",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "dist/index.js",
66
"type": "module",
77
"author": {
@@ -15,13 +15,20 @@
1515
}
1616
],
1717
"homepage": "https://github.com/VapiAI/mcp-server#readme",
18+
"repository": "https://github.com/VapiAI/mcp-server",
1819
"bugs": {
1920
"url": "https://github.com/VapiAI/mcp-server/issues"
2021
},
21-
"keywords": ["vapi", "mcp", "model-context-protocol", "ai", "claude", "voice-api", "tool-calling"],
22-
"repository": "https://github.com/VapiAI/mcp-server",
22+
"keywords": [
23+
"vapi",
24+
"mcp",
25+
"model-context-protocol",
26+
"ai",
27+
"claude",
28+
"voice-api",
29+
"tool-calling"
30+
],
2331
"bin": {
24-
"vapi-mcp-server": "dist/index.js",
2532
"@vapi-ai/mcp-server": "dist/index.js"
2633
},
2734
"scripts": {

0 commit comments

Comments
 (0)