File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ # v1.2.4
2+ - 支持直播服务
3+
14# v1.2.3
25- 存储请求链接超时调整为 30s
36
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Server 来访问七牛云存储、智能多媒体服务等。
2020- CDN
2121 - 根据链接刷新文件
2222 - 根据链接预取文件
23+ - 直播
24+ - 创建直播空间bucket和直播流
25+ - 绑定推拉流域名,获取推拉流直播地址
26+ - 获取直播用量
2327
2428## 环境要求
2529
@@ -78,6 +82,25 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
7882 }
7983 }
8084 }
85+ ```
86+
87+ ```
88+ 直播mcp配置
89+ {
90+ "mcpServers": {
91+ "qiniu": {
92+ "command": "uvx",
93+ "args": [
94+ "qiniu-mcp-server"
95+ ],
96+ "env": {
97+ "QINIU_API_KEY": "YOUR_API_KEY",
98+ "QINIU_ENDPOINT_URL": "YOUR_ENDPOINT_URL",
99+ },
100+ "disabled": false
101+ }
102+ }
103+ }
81104 ```
82105 3 . 点击 qiniu MCP Server 的链接开关进行连接
831064 . 在 Cline 中创建一个聊天窗口,此时我们可以和 AI 进行交互来使用 qiniu-mcp-server ,下面给出几个示例:
Original file line number Diff line number Diff line change 11[project ]
22name = " qiniu-mcp-server"
3- version = " 1.2.3 "
3+ version = " 1.2.4 "
44description = " A MCP server project of Qiniu."
55requires-python = " >=3.12"
66authors = [
You can’t perform that action at this time.
0 commit comments