cfw-yunxiao-mcp
Version:
MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "cfw-yunxiao-mcp",
"version": "0.1.31",
"description": "MCP Server for using the alibabacloud-devops API: allows AI assistants to directly participate in development collaboration, helping teams optimize development processes and improve efficiency.",
"type": "module",
"license": "Apache-2.0",
"author": {
"name": "Yunxiao",
"email": "liyebin.lyb@alibaba-inc.com",
"url": "https://github.com/aliyun/cfw-yunxiao-mcp"
},
"homepage": "https://github.com/aliyun/cfw-yunxiao-mcp.git",
"bin": {
"cfw-yunxiao-mcp": "dist/index.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git@github.com:aliyun/cfw-yunxiao-mcp.git"
},
"keywords": [
"alibaba-cloud",
"aliyun",
"devops",
"mcp",
"ai",
"open api",
"devops-mcp"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"dotenv": "^16.4.7",
"universal-user-agent": "^7.0.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"devDependencies": {
"@types/node": "^20.10.5",
"shx": "^0.3.4",
"typescript": "^5.8.2"
}
}