Skip to content

Commit 8251b6b

Browse files
committed
fix: package.json
1 parent f345bd7 commit 8251b6b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "aliyun-mcp-server",
33
"version": "0.1.0",
4-
"description": "A Model Context Protocol server",
4+
"description": "interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.",
55
"type": "module",
66
"license": "GPL",
77
"bugs": "https://github.com/nailuoGG/aliyun-mcp-server/issues",
88
"bin": {
99
"aliyun-mcp-server": "./build/index.js"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/nailuoGG/aliyun-mcp-server.git"
14+
},
1115
"files": [
1216
"build"
1317
],

0 commit comments

Comments
 (0)