package.json•696 B
{
"name": "retell-ai-mcp",
"version": "1.0.0",
"description": "MCP server for Retell AI API - Build, test, deploy, and monitor AI phone agents",
"type": "module",
"main": "dist/index.js",
"bin": {
"retell-ai-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"retell",
"retell-ai",
"ai-phone-agents",
"voice-ai",
"conversational-ai"
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}