29 lines
730 B
JSON
29 lines
730 B
JSON
{
|
|
"name": "a2p-autopilot-mcp",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "MCP Server for A2P AutoPilot with rich UI apps",
|
|
"scripts": {
|
|
"serve": "tsx server.ts",
|
|
"build:ui": "node build-all.js",
|
|
"dev": "VITE_DEV_MODE=true vite"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
"@modelcontextprotocol/ext-apps": "^0.4.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"tsx": "^4.19.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-singlefile": "^2.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|