Skip to content
Open
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
2 changes: 1 addition & 1 deletion start-mcp-alibaba-cloud-ops/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Edition: 3.0.0
Type: Project
Name: fcai-start-mcp-alibaba-cloud-ops
Version: 0.0.7
Version: 0.0.8
Provider:
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Description: Alibaba Cloud ops MCP Server 模板
Expand Down
3 changes: 2 additions & 1 deletion start-mcp-alibaba-cloud-ops/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
alibaba-cloud-ops-mcp-server==0.8.2
alibaba-cloud-ops-mcp-server==0.8.2
alibabacloud_openapi_util
4 changes: 2 additions & 2 deletions start-mcp-alibaba-cloud-ops/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
transport: stdio
runtime: python3.10
startCommand: alibaba-cloud-ops-mcp-server
cpu: 0.5
memorySize: 512
cpu: 2
memorySize: 4096
role: {{ serviceRole }}
enableAuth: true
2 changes: 1 addition & 1 deletion start-mcp-aliyun-observability/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Edition: 3.0.0
Type: Project
Name: aliyun-observability-mcp-server
Version: 0.0.19
Version: 0.0.20
Provider:
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Description: 阿里云可观测 MCP Server 模版
Expand Down
4 changes: 2 additions & 2 deletions start-mcp-aliyun-observability/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
port: 8080
runtime: python3.10
startCommand: 'python3 -m mcp_server_aliyun_observability --transport stdio --transport-port 8080'
cpu: 0.5
memorySize: 512
cpu: 2
memorySize: 4096
enableAuth: true
role: {{ serviceRole }}