Skip to content

Commit 9014c03

Browse files
committed
Update repo with server manifest from issue #113
1 parent 5a4cb75 commit 9014c03

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"display_name": "\u4e03\u725b\u4e91\u5b58\u50a8 MCP \u670d\u52a1",
3+
"license": "<UNKNOWN>",
4+
"tags": [
5+
"qiniu",
6+
"cloud storage",
7+
"file upload",
8+
"MCP",
9+
"python"
10+
],
11+
"installations": {
12+
"python": {
13+
"type": "python",
14+
"command": "python",
15+
"args": [
16+
"server.py"
17+
],
18+
"description": "Run the qiniu MCP server directly with Python",
19+
"env": {
20+
"QINIU_ACCESS_KEY": "${your_access_key}",
21+
"QINIU_SECRET_KEY": "${your_secret_key}",
22+
"QINIU_BUCKET_NAME": "${your_bucket_name}",
23+
"QINIU_DOMAIN": "${your_domain}"
24+
}
25+
}
26+
},
27+
"examples": [
28+
{
29+
"title": "",
30+
"description": "",
31+
"prompt": "\u4e0a\u4f20\u4e00\u5f20\u56fe\u7247\u5230\u4e03\u725b\u4e91"
32+
},
33+
{
34+
"title": "",
35+
"description": "",
36+
"prompt": "\u5982\u4f55\u5c06\u6587\u4ef6\u4e0a\u4f20\u5230\u4e03\u725b\u4e91\u5b58\u50a8?"
37+
},
38+
{
39+
"title": "",
40+
"description": "",
41+
"prompt": "\u4f7f\u7528MCP\u5ba2\u6237\u7aef\u4e0a\u4f20\u6587\u4ef6\u7684\u793a\u4f8b\u4ee3\u7801"
42+
},
43+
{
44+
"title": "",
45+
"description": "",
46+
"prompt": "\u4e0a\u4f20\u6587\u4ef6\u5e76\u83b7\u53d6\u516c\u5f00\u8bbf\u95eeURL"
47+
},
48+
{
49+
"title": "",
50+
"description": "",
51+
"prompt": "\u5982\u4f55\u5728Trae\u4e2d\u914d\u7f6e\u4e03\u725b\u4e91MCP\u670d\u52a1?"
52+
}
53+
],
54+
"name": "@joeseesun/qiniu-mcp-joe",
55+
"repository": {
56+
"type": "git",
57+
"url": "https://github.com/joeseesun/qiniu-mcp-joe"
58+
},
59+
"homepage": "https://github.com/joeseesun/qiniu-mcp-joe",
60+
"author": {
61+
"name": "joeseesun"
62+
},
63+
"description": "2. \u7f16\u8f91`.env`\u6587\u4ef6\u586b\u5199\u4f60\u7684\u4e03\u725b\u4e91\u51ed\u8bc1",
64+
"categories": [
65+
"Dev Tools"
66+
],
67+
"is_official": false
68+
}

0 commit comments

Comments
 (0)