We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f345bd7 commit 8251b6bCopy full SHA for 8251b6b
1 file changed
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "aliyun-mcp-server",
3
"version": "0.1.0",
4
- "description": "A Model Context Protocol server",
+ "description": "interacting with Aliyun (Alibaba Cloud) services through This MCP server provides tools.",
5
"type": "module",
6
"license": "GPL",
7
"bugs": "https://github.com/nailuoGG/aliyun-mcp-server/issues",
8
"bin": {
9
"aliyun-mcp-server": "./build/index.js"
10
},
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/nailuoGG/aliyun-mcp-server.git"
14
+ },
15
"files": [
16
"build"
17
],
0 commit comments