Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52dd335

Browse files
authored
Merge pull request#60 from callmefisher/miku_0625
修复miku tools query_live_traffic_stats,version 1.4.1
2 parents033a231 +2ce983f commit52dd335

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

‎CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#v1.4.1
2+
- 直播服务修复query_live_traffic_stats
3+
14
#v1.4.0
25
- 直播服务增加更多的tools支持
36

‎README.md‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
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
- 图片切圆角

‎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.4.0"
3+
version ="1.4.1"
44
description ="A MCP server project of Qiniu."
55
requires-python =">=3.12"
66
authors = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
VERSION='1.4.0'
2+
VERSION='1.4.1'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp