package.json•545 B
{
"name": "mcp-server-clash-of-clans",
"version": "1.0.2",
"description": "MCP server implementation for the Clash of Clans API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mcp-server-clash-of-clans": "./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"node-cache": "^5.1.2",
"zod": "^3.24.2"
},
"type": "module"
}