Skip to content

Commit 91ca662

Browse files
authored
Merge pull request #61 from devsapp/feat/observability2.0
Feat/observability2.0
2 parents 3c19908 + 4d21ec2 commit 91ca662

13 files changed

Lines changed: 2762 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
async function preInit(inputObj) {
2+
3+
}
4+
5+
async function postInit(inputObj) {
6+
7+
}
8+
9+
module.exports = {
10+
postInit,
11+
preInit
12+
}
1000 KB
Loading
872 KB
Loading
700 KB
Loading
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Edition: 3.0.0
2+
Type: Project
3+
Name: aliyun-observability2-mcp-server
4+
Version: 0.0.5
5+
Provider:
6+
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
7+
Description: 阿里云可观测2.0 MCP Server 模版
8+
HomePage: https://github.com/devsapp/fcai-mcp-servers/tree/main/start-mcp-aliyun-observability2.0
9+
Tags: #标签详情
10+
- MCP
11+
- Python
12+
- AliyunMCP
13+
Category: MCP服务 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
14+
Service: # 使用的服务
15+
函数计算: # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
16+
Authorities: #权限描述
17+
- AliyunFCFullAccess # 所需要的权限,例如AliyunFCFullAccess
18+
Organization: 阿里云函数计算(FC) # 所属组织
19+
Effective: Public # 是否公开,取值:Public,Private,Organization
20+
Parameters:
21+
type: object
22+
additionalProperties: false # 不允许增加其他属性
23+
required: # 必填项
24+
- region
25+
properties:
26+
region:
27+
title: 地域
28+
type: string
29+
default: cn-hangzhou
30+
description: 创建应用所在的地区
31+
enum:
32+
- cn-beijing
33+
- cn-hangzhou
34+
- cn-shanghai
35+
- cn-shenzhen
36+
- ap-southeast-1
37+
serviceRole:
38+
title: 函数计算访问阿里云可观测服务SLS、云监控服务角色
39+
type: string
40+
default: "AliyunFCDefaultRole"
41+
pattern: "^acs:ram::[0-9]*:role/.*$"
42+
description: 函数中需要基于此角色访问云产品SLS以及云监控
43+
required: true
44+
x-role:
45+
name: AliyunFCDefaultRole
46+
service: FC
47+
authorities:
48+
- AliyunLogFullAccess
49+
- AliyunCloudMonitorReadOnlyAccess

0 commit comments

Comments
 (0)