Skip to content

Commit f29b4dd

Browse files
committed
docs: 📝 update config and documentation files
1 parent 9c88ed0 commit f29b4dd

23 files changed

Lines changed: 50 additions & 26 deletions

config/.codex/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
[mcp_servers.cloudbase]
55
command = "npx"
6-
args = ["-y", "@cloudbase/cloudbase-mcp@latest"]
6+
args = ["--cache", ".", @cloudbase/cloudbase-mcp@latest"]

config/.comate/mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"cloudbase": {
44
"command": "npx",
55
"args": [
6-
"-y",
6+
"--cache",
7+
".",
78
"@cloudbase/cloudbase-mcp@latest"
89
]
910
}

config/.cursor/mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"cloudbase": {
44
"command": "npx",
55
"args": [
6-
"-y",
6+
"--cache",
7+
".",
78
"@cloudbase/cloudbase-mcp@latest"
89
]
910
}

config/.gemini/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"cloudbase-mcp": {
44
"command": "npx",
5-
"args": ["-y", "@cloudbase/cloudbase-mcp@latest"]
5+
"args": [
6+
"--cache",
7+
".",
8+
"@cloudbase/cloudbase-mcp@latest"
9+
]
610
}
711
}
8-
}
12+
}

config/.mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"cloudbase": {
44
"command": "npx",
55
"args": [
6-
"-y",
6+
"--cache",
7+
".",
78
"@cloudbase/cloudbase-mcp@latest"
89
]
910
}

config/.opencode.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"cloudbase-mcp": {
44
"command": "npx",
5-
"args": ["-y", "@cloudbase/cloudbase-mcp@latest"]
5+
"args": [
6+
"--cache",
7+
".",
8+
"@cloudbase/cloudbase-mcp@latest"
9+
]
610
}
711
}
812
}

config/.qwen/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"mcpServers": {
33
"cloudbase-mcp": {
44
"command": "npx",
5-
"args": ["@cloudbase/cloudbase-mcp@latest"]
5+
"args": [
6+
"--cache",
7+
".",
8+
"@cloudbase/cloudbase-mcp@latest"
9+
]
610
}
711
}
8-
}
12+
}

config/.roo/mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"cloudbase": {
44
"command": "npx",
55
"args": [
6-
"-y",
6+
"--cache",
7+
".",
78
"@cloudbase/cloudbase-mcp@latest"
89
],
910
"disabled": false

config/.vscode/mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"cloudbase": {
44
"command": "npx",
55
"args": [
6-
"-y",
6+
"--cache",
7+
".",
78
"@cloudbase/cloudbase-mcp@latest"
89
]
910
}

config/.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"name": "cloudbase",
77
"command": "npx",
88
"args": [
9-
"@cloudbase/cloudbase-mcp@latest"
9+
"--cache",
10+
".",
11+
"@cloudbase/cloudbase-mcp@latest"
1012
]
1113
}
1214
]

0 commit comments

Comments
 (0)