endgame-mcp
Version:
[](https://endgame.dev)
46 lines (45 loc) • 897 B
JSON
{
"name": "endgame-mcp",
"version": "0.1.2",
"author": "Serverless Inc",
"homepage": "https://endgame.dev",
"keywords": [
"mcp",
"mcp-server",
"endgame",
"cursor",
"windsurf",
"vscode",
"ai",
"agent",
"cloud",
"paas"
],
"repository": {
"type": "git",
"url": "git+https://github.com/endgame-hq/mcp.git"
},
"bugs": {
"url": "https://github.com/endgame-hq/mcp/issues"
},
"documentation": "https://endgame.dev/docs",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"dotenv": "^16.5.0",
"isomorphic-git": "^1.30.1",
"node-fetch": "^3.3.2",
"open": "^10.1.2",
"p-limit": "^6.2.0",
"yazl": "^3.3.1",
"zod": "^3.22.4"
}
}