Skip to content

Commit 65e0fff

Browse files
authored
Merge pull request #42 from devsapp/upgrade-observability-mcp-server
upgrade observability-mcp-server
2 parents aee2e16 + 85d67a8 commit 65e0fff

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

start-mcp-aliyun-hologres/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: aliyun-hologres-mcp-server
4-
Version: 0.1.0
4+
Version: 0.1.1
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: Hologres MCP Server 模版

start-mcp-aliyun-hologres/src/s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ resources:
1616
startCommand: 'uv run --with hologres-mcp-server hologres-mcp-server'
1717
cpu: 0.5
1818
memorySize: 512
19-
instanceQuota: 1
2019
enableAuth: true
2120
role: {{ serviceRole }}
2221
networkConfig:

start-mcp-aliyun-observability/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: aliyun-observability-mcp-server
4-
Version: 0.0.14
4+
Version: 0.0.15
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: 阿里云可观测 MCP Server 模版
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mcp-server-aliyun-observability==0.2.6
1+
mcp-server-aliyun-observability==0.2.7

start-mcp-aliyun-observability/src/s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ resources:
1717
startCommand: 'python3 -m mcp_server_aliyun_observability --transport stdio --transport-port 8080'
1818
cpu: 0.5
1919
memorySize: 512
20-
instanceQuota: 1
2120
enableAuth: true
2221
role: {{ serviceRole }}

0 commit comments

Comments
 (0)