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 dfa73b1 commit 282daaaCopy full SHA for 282daaa
CAHANGELOG.md
@@ -1,5 +1,9 @@
1
# 版本更新
2
3
+## 0.1.9
4
+- 支持 STS Token 方式登录,可通过环境变量ALIBABA_CLOUD_SECURITY_TOKEN 指定
5
+- 修改 README.md 文档,增加 Cursor,Cline 等集成说明以及 UV 命令等说明
6
+
7
## 0.1.8
8
- 优化 SLS 列出日志库工具,添加日志库类型验证,确保参数符合规范
9
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "mcp-server-aliyun-observability"
-version = "0.1.8"
+version = "0.1.9"
description = "aliyun observability mcp server"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments