-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpublish.yaml
More file actions
77 lines (72 loc) · 1.95 KB
/
publish.yaml
File metadata and controls
77 lines (72 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Edition: 3.0.0
Type: Project
Name: start-mcp-fast-deploy
Provider:
- 阿里云
Version: 0.0.5
Description: STDIO MCP服务通过函数计算 FC 一键部署转型为 SSE 远程服务
Organization: 阿里云函数计算(FC)
Effective: Public
HomePage: https://github.com/devsapp/mcp-fast-deploy
Tags:
- FastAPI
- MCP-Proxy
Category: Web框架
Service:
函数计算:
Authorities:
- AliyunFCFullAccess
日志服务:
Authorities:
- AliyunFCServerlessDevsRolePolicy
Parameters:
type: object
additionalProperties: false # 不允许增加其他属性
required: # 必填项
- region
- functionName
- helperFunctionName
- bucketName
- roleArn
properties:
region:
title: 地域
type: string
default: cn-hangzhou
description: 创建应用所在的地区
enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-shenzhen
- ap-southeast-1
functionName:
title: 函数名
type: string
default: mcp-fast-deploy-${default-suffix}
description: 函数名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-64 之间
helperFunctionName:
title: 函数名
type: string
default: mcp-helper-${default-suffix}
description: 函数名称,只能包含字母、数字、下划线和中划线。不能以数字、中划线开头。长度在 1-64 之间
bucketName:
title: OSS存储桶名
type: string
default: ""
description: OSS存储桶名(注意和函数同地域)
x-bucket:
dependency:
- region
roleArn:
title: RAM角色ARN
type: string
default: "aliyunfcdefaultrole"
description: "函数计算执行角色"
required: true
x-role:
name: aliyunfcdefaultrole
service: fc
authorities:
- AliyunFCDefaultRolePolicy
- AliyunFCFullAccess