Skip to content

Commit 5e8db69

Browse files
authored
Merge pull request #62 from devsapp/feat/remove-instance-quota
remove instance quota
2 parents 91ca662 + 4d75521 commit 5e8db69

89 files changed

Lines changed: 64 additions & 114 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

start-fcai-mcp-nodejs/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: start-fcai-mcp-nodejs
4-
Version: 0.0.4
4+
Version: 0.0.6
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: 基于 Node 的 FC MCP STDIO Server 案例

start-fcai-mcp-nodejs/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ resources:
2525
steps:
2626
- run: npm install
2727
- run: npm run build
28-
startCommand: "node ./dist/index.js" # 启动命令
29-
instanceQuota: 1 # 实例数配额
28+
startCommand: "node ./dist/index.js" # 启动命令

start-fcai-mcp-openapi/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: start-fcai-mcp-openapi
4-
Version: 0.0.3
4+
Version: 0.0.4
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: OpenAPI Spec 转化为 MCP Server

start-fcai-mcp-openapi/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ resources:
3030
cpu: 1
3131
memorySize: 1024
3232
port: 8080
33-
startCommand: "node ./code/dist/index.js" # 启动命令
34-
instanceQuota: 1 # 实例数配额
33+
startCommand: "node ./code/dist/index.js" # 启动命令

start-mcp-agentql/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: fcai-start-mcp-agentql
4-
Version: 0.0.3
4+
Version: 0.0.4
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: agentql MCP Server

start-mcp-agentql/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ resources:
1515
runtime: nodejs20
1616
startCommand: /code/node_modules/.bin/agentql-mcp
1717
cpu: 1
18-
memorySize: 2048
19-
instanceQuota: 1
18+
memorySize: 2048

start-mcp-alibaba-cloud-ops/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: fcai-start-mcp-alibaba-cloud-ops
4-
Version: 0.0.6
4+
Version: 0.0.7
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: Alibaba Cloud ops MCP Server 模板

start-mcp-alibaba-cloud-ops/src/s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ resources:
1616
startCommand: alibaba-cloud-ops-mcp-server
1717
cpu: 0.5
1818
memorySize: 512
19-
instanceQuota: 1
2019
role: {{ serviceRole }}
2120
enableAuth: true

start-mcp-aliyun-dataworks/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-dataworks-mcp-server
4-
Version: 1.0.8
4+
Version: 1.0.9
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: DataWorks MCP Server 模版

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ resources:
1616
startCommand: 'npx -y alibabacloud-dataworks-mcp-server'
1717
cpu: 0.5
1818
memorySize: 512
19-
instanceQuota: 1
2019
role: {{ serviceRole }}
2120
enableAuth: true

0 commit comments

Comments
 (0)