File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
src/mcp_server/core/version Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ # v1.4.1
2+ - 直播服务修复query_live_traffic_stats
3+
14# v1.4.0
25- 直播服务增加更多的tools支持
36
Original file line number Diff line number Diff line change 33## 概述
44
55基于七牛云产品构建的 Model Context Protocol (MCP) Server,支持用户在 AI 大模型客户端的上下文中通过该 MCP
6- Server 来访问七牛云存储、智能多媒体服务等。
7-
8- 关于访问七牛云存储详细情况请参考 [ 基于 MCP 使用大模型访问七牛云存储] ( https://developer.qiniu.com/kodo/12914/mcp-aimodel-kodo ) 。
6+ Server 来访问七牛云存储、智能多媒体,直播服务等。
97
108能力集:
119- 存储
@@ -14,6 +12,7 @@ Server 来访问七牛云存储、智能多媒体服务等。
1412 - 上传本地文件,以及给出文件内容进行上传
1513 - 读取文件内容
1614 - 获取文件下载链接
15+ - 关于访问七牛云存储详细情况请参考 [ 基于 MCP 使用大模型访问七牛云存储] ( https://developer.qiniu.com/kodo/12914/mcp-aimodel-kodo ) 。
1716- 智能多媒体
1817 - 图片缩放
1918 - 图片切圆角
Original file line number Diff line number Diff line change 11[project ]
22name = " qiniu-mcp-server"
3- version = " 1.4.0 "
3+ version = " 1.4.1 "
44description = " A MCP server project of Qiniu."
55requires-python = " >=3.12"
66authors = [
Original file line number Diff line number Diff line change 11
2- VERSION = '1.4.0 '
2+ VERSION = '1.4.1 '
You can’t perform that action at this time.
0 commit comments