Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.4.1
- 直播服务修复query_live_traffic_stats

# v1.4.0
- 直播服务增加更多的tools支持

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
## 概述

基于七牛云产品构建的 Model Context Protocol (MCP) Server,支持用户在 AI 大模型客户端的上下文中通过该 MCP
Server 来访问七牛云存储、智能多媒体服务等。

关于访问七牛云存储详细情况请参考 [基于 MCP 使用大模型访问七牛云存储](https://developer.qiniu.com/kodo/12914/mcp-aimodel-kodo)。
Server 来访问七牛云存储、智能多媒体,直播服务等。

能力集:
- 存储
Expand All @@ -14,6 +12,7 @@ Server 来访问七牛云存储、智能多媒体服务等。
- 上传本地文件,以及给出文件内容进行上传
- 读取文件内容
- 获取文件下载链接
- 关于访问七牛云存储详细情况请参考 [基于 MCP 使用大模型访问七牛云存储](https://developer.qiniu.com/kodo/12914/mcp-aimodel-kodo)。
- 智能多媒体
- 图片缩放
- 图片切圆角
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qiniu-mcp-server"
version = "1.4.0"
version = "1.4.1"
description = "A MCP server project of Qiniu."
requires-python = ">=3.12"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/mcp_server/core/version/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

VERSION = '1.4.0'
VERSION = '1.4.1'
Loading