package.json•679 B
{
"name": "sentice-mcp-server",
"version": "1.0.0",
"description": "MCP server connected to Adonis backend (TypeScript + official MCP SDK)",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "tsx watch src/index.ts"
},
"author": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"zod": "^3.25.7"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/node": "^22.0.0",
"tsx": "^4.21.0",
"typescript": "^5.6.3"
}
}