package.json•702 B
{
"name": "@tehilathestudent/mcp-server-huawei-cce",
"version": "0.0.1",
"description": "MCP server for using Huawei Cloud CCE API",
"type": "module",
"bin": {
"mcp-server-huawei-cce": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.1",
"@types/express": "^5.0.1",
"@types/node-fetch": "^2.6.12",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"node-fetch": "^3.3.2",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}