aliyun-bailian-mcp-server
Version:
48 lines • 1 kB
JSON
{
"name": "aliyun-bailian-mcp-server",
"version": "1.0.2",
"description": "阿里云百炼MCP Server",
"main": "server/index.js",
"bin": {
"aliyun-bailian-mcp-server": "bin/cli.js"
},
"scripts": {
"start": "node server/index.js"
},
"keywords": [
"MCP",
"LLM",
"Bailian",
"阿里云",
"通义千问"
],
"author": "xituimao",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"body-parser": "^1.20.2",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xituimao/aliyun-bailian-mcp-server.git"
},
"bugs": {
"url": "https://github.com/xituimao/aliyun-bailian-mcp-server/issues"
},
"homepage": "https://github.com/xituimao/aliyun-bailian-mcp-server#readme",
"files": [
"bin",
"lib",
"server",
"index.js",
"fc-config.yml",
"README.md"
]
}