Skip to content

Commit 0faddbd

Browse files
authored
Merge pull request #71 from devsapp/fix-amap-maps
fix: amap-maps cpu and memorySize
2 parents d2f08bc + 8301a8e commit 0faddbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

start-mcp-amap-maps/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-amap-maps
4-
Version: 0.0.11
4+
Version: 0.0.12
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: 高德地图MCP Server

start-mcp-amap-maps/src/s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ resources:
1414
transport: stdio
1515
runtime: nodejs20
1616
startCommand: 'node index.js'
17-
cpu: 0.5
18-
memorySize: 512
17+
cpu: 1
18+
memorySize: 2048

0 commit comments

Comments
 (0)