Skip to content

Commit 17930be

Browse files
authored
Merge pull request #57 from callmefisher/miku_0625
更新readme,细化直播配置
2 parents 9afe701 + 61c1887 commit 17930be

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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 的链接开关进行连接
91126
4. 在 Cline 中创建一个聊天窗口,此时我们可以和 AI 进行交互来使用 qiniu-mcp-server ,下面给出对象存储的几个示例:

0 commit comments

Comments
 (0)