package.json•827 B
{
"name": "agent5ive-mcp",
"version": "1.0.0",
"type": "module",
"description": "An MCP server for Agent5ive, built with the official @modelcontextprotocol/sdk.",
"main": "dist/index.js",
"bin": {
"agent5ive-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js --http",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"agent5ive",
"mcp",
"sdk"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"axios": "^1.7.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}