@@ -89,7 +89,7 @@ Due to a caching bug in npx itself, it may cause CloudBase AI ToolKit installati
8989
9090Run the following command in ** terminal** :
9191```
92- npx -y clear-npx-cache
92+ npx clear-npx-cache
9393```
9494</details >
9595
@@ -167,7 +167,7 @@ Or manually add configuration to `.cursor/mcp.json`:
167167 "mcpServers" : {
168168 "cloudbase-mcp" : {
169169 "command" : " npx" ,
170- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
170+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
171171 }
172172 }
173173}
@@ -200,7 +200,7 @@ If using template project, MCP configuration is pre-configured. If not starting
200200 "mcpServers" : {
201201 "cloudbase-mcp" : {
202202 "command" : " npx" ,
203- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
203+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
204204 }
205205 }
206206}
@@ -233,7 +233,7 @@ Template includes `.rules/` directory, CodeBuddy will automatically recognize Cl
233233 "mcpServers" : {
234234 "cloudbase" : {
235235 "command" : " npx" ,
236- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
236+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
237237 }
238238 }
239239}
@@ -336,7 +336,7 @@ Add in Trae's MCP configuration:
336336 "mcpServers" : {
337337 "cloudbase-mcp" : {
338338 "command" : " npx" ,
339- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
339+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
340340 }
341341 }
342342}
@@ -367,7 +367,7 @@ If using template project, MCP configuration is pre-configured. If not starting
367367 "mcpServers" : {
368368 "cloudbase-mcp" : {
369369 "command" : " npx" ,
370- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
370+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
371371 }
372372 }
373373}
@@ -546,7 +546,7 @@ If not starting from template, create `.gemini/settings.json` file in user home
546546 "mcpServers" : {
547547 "cloudbase-mcp" : {
548548 "command" : " npx" ,
549- "args" : [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
549+ "args" : [" @cloudbase/cloudbase-mcp@latest" ]
550550 }
551551 }
552552}
@@ -615,7 +615,7 @@ Create `.codex/config.toml` file in project root:
615615``` toml
616616[mcp_servers .cloudbase ]
617617command = " npx"
618- args = [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
618+ args = [" @cloudbase/cloudbase-mcp@latest" ]
619619```
620620
621621Then start with the specified configuration file:
@@ -631,7 +631,7 @@ Create `~/.codex/config.toml` file in user home directory:
631631``` toml
632632[mcp_servers .cloudbase ]
633633command = " npx"
634- args = [" -y " , " @cloudbase/cloudbase-mcp@latest" ]
634+ args = [" @cloudbase/cloudbase-mcp@latest" ]
635635```
636636
637637#### Step 3: Enable AI Rules
0 commit comments