Skip to content

Commit 32a188d

Browse files
authored
Merge pull request #40 from callmefisher/miku_0625
update miku mcp server
2 parents 0b27732 + 5dc107b commit 32a188d

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.2.4
2+
- 支持直播服务
3+
14
# v1.2.3
25
- 存储请求链接超时调整为 30s
36

README.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qiniu-mcp-server"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "A MCP server project of Qiniu."
55
requires-python = ">=3.12"
66
authors = [

0 commit comments

Comments
 (0)