We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f549b commit 8fb85bdCopy full SHA for 8fb85bd
README.md
@@ -58,6 +58,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
58
59
注:
60
cursor 中创建 MCP Server 可直接使用上述配置。
61
+claude 中使用时可能会遇到:Error: spawn uvx ENOENT 错误,解决方案:command 中 参数填写 uvx 的绝对路径,eg: /usr/local/bin/uvx
62
63
## 开发
64
1. 克隆仓库:
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "qiniu-mcp-server"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "A MCP server project of Qiniu."
5
requires-python = ">=3.12"
6
authors = [
0 commit comments