File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,41 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
8686 }
8787 }
8888 }
89+ ```
90+
91+ ```
92+ 如果只使用直播功能时,支持两种鉴权模式
93+ 1 配置QINIU_ACCESS_KEY/QINIU_SECRET_KEY
94+ {
95+ "mcpServers": {
96+ "qiniu": {
97+ "command": "uvx",
98+ "args": [
99+ "qiniu-mcp-server"
100+ ],
101+ "env": {
102+ "QINIU_ACCESS_KEY": "YOUR_ACCESS_KEY",
103+ "QINIU_SECRET_KEY": "YOUR_SECRET_KEY"
104+ },
105+ "disabled": false
106+ }
107+ }
108+ }
109+ 2 可在七牛直播控制台获取apikey后,配置QINIU_LIVE_API_KEY
110+ {
111+ "mcpServers": {
112+ "qiniu": {
113+ "command": "uvx",
114+ "args": [
115+ "qiniu-mcp-server"
116+ ],
117+ "env": {
118+ "QINIU_LIVE_API_KEY": "YOUR_LIVE_API_KEY"
119+ },
120+ "disabled": false
121+ }
122+ }
123+ }
89124 ```
90125 3 . 点击 qiniu MCP Server 的链接开关进行连接
911264 . 在 Cline 中创建一个聊天窗口,此时我们可以和 AI 进行交互来使用 qiniu-mcp-server ,下面给出对象存储的几个示例:
You can’t perform that action at this time.
0 commit comments