Skip to content

Commit e63df96

Browse files
authored
Merge pull request #41 from callmefisher/miku_0625
update version,readme,changelog
2 parents 32a188d + d828c87 commit e63df96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.2.4
1+
# v1.3.0
22
- 支持直播服务
33

44
# v1.2.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Server 来访问七牛云存储、智能多媒体服务等。
2222
- 根据链接预取文件
2323
- 直播
2424
- 创建直播空间bucket和直播流
25-
- 绑定推拉流域名获取推拉流直播地址
25+
- 绑定推拉流域名,获取推拉流直播地址
2626
- 获取直播用量
2727

2828
## 环境要求
@@ -95,7 +95,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
9595
],
9696
"env": {
9797
"QINIU_API_KEY": "YOUR_API_KEY",
98-
"QINIU_ENDPOINT_URL": "YOUR_ENDPOINT_URL",
98+
"QINIU_ENDPOINT_URL": "YOUR_ENDPOINT_URL"
9999
},
100100
"disabled": false
101101
}

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.4"
3+
version = "1.3.0"
44
description = "A MCP server project of Qiniu."
55
requires-python = ">=3.12"
66
authors = [

0 commit comments

Comments
 (0)