@@ -32,7 +32,7 @@ const IDES: IDE[] = [
3232 iconSlug : 'cursor' ,
3333 docUrl : 'https://docs.cursor.com/context/model-context-protocol#configuration-locations' ,
3434 supportsProjectMCP : true ,
35- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
35+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
3636 configExample : `{
3737 "mcpServers": {
3838 "cloudbase": {
@@ -55,7 +55,7 @@ const IDES: IDE[] = [
5555 supportsProjectMCP : true ,
5656 cliCommand : 'claude mcp add --transport stdio cloudbase --env INTEGRATION_IDE=ClaudeCode -- npx @cloudbase/cloudbase-mcp@latest' ,
5757 alternativeConfig : 'Alternatively, add this configuration to .mcp.json:' ,
58- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
58+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
5959 configExample : `{
6060 "mcpServers": {
6161 "cloudbase": {
@@ -77,7 +77,7 @@ const IDES: IDE[] = [
7777 docUrl : 'https://www.codebuddy.ai/docs/zh/ide/Config%20MCP' ,
7878 supportsProjectMCP : true ,
7979 alternativeConfig : 'Alternatively, add this configuration to' ,
80- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
80+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
8181 configExample : `{
8282 "mcpServers": {
8383 "cloudbase": {
@@ -100,7 +100,7 @@ const IDES: IDE[] = [
100100 supportsProjectMCP : true ,
101101 cliCommand : 'codebuddy mcp add --scope project cloudbase --env INTEGRATION_IDE=CodeBuddyCode -- npx @cloudbase/cloudbase-mcp@latest' ,
102102 alternativeConfig : 'Alternatively, add this configuration to .mcp.json:' ,
103- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
103+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
104104 configExample : `{
105105 "mcpServers": {
106106 "cloudbase": {
@@ -122,7 +122,7 @@ const IDES: IDE[] = [
122122 iconUrl : 'https://code.visualstudio.com/favicon.ico' ,
123123 docUrl : 'https://code.visualstudio.com/docs/copilot/chat/mcp-servers' ,
124124 supportsProjectMCP : true ,
125- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
125+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
126126 configExample : `{
127127 "servers": {
128128 "cloudbase": {
@@ -220,7 +220,7 @@ const IDES: IDE[] = [
220220 useCommandInsteadOfConfig : true ,
221221 installCommand : 'codex mcp add cloudbase --env INTEGRATION_IDE=CodeX -- cloudbase-mcp' ,
222222 installCommandDocs : '**前置步骤:** 请先全局安装 CloudBase MCP 工具:\n```bash\nnpm i @cloudbase/cloudbase-mcp -g\n```\n\n根据运行系统在终端中运行指令:\n\n**MacOS, Linux, WSL:**\n```bash\ncodex mcp add cloudbase --env INTEGRATION_IDE=CodeX -- cloudbase-mcp\n```\n\n**Windows Powershell:**\n```bash\ncodex mcp add cloudbase --env INTEGRATION_IDE=CodeX -- cmd /c cloudbase-mcp\n```' ,
223- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
223+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
224224 configExample : `{
225225 "mcpServers": {
226226 "cloudbase": {
@@ -316,7 +316,7 @@ const IDES: IDE[] = [
316316 iconUrl : 'https://g.alicdn.com/qbase/qoder/0.0.183/favIcon.svg' ,
317317 docUrl : 'https://docs.qoder.com/zh/user-guide/chat/model-context-protocol' ,
318318 supportsProjectMCP : false ,
319- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
319+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
320320 configExample : `{
321321 "mcpServers": {
322322 "cloudbase": {
@@ -337,7 +337,7 @@ const IDES: IDE[] = [
337337 iconUrl : 'https://antigravity.google/assets/image/antigravity-logo.png' ,
338338 docUrl : 'https://antigravity.google/docs' ,
339339 supportsProjectMCP : true ,
340- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
340+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
341341 configExample : `{
342342 "mcpServers": {
343343 "cloudbase": {
@@ -358,7 +358,7 @@ const IDES: IDE[] = [
358358 iconSlug : 'windsurf' ,
359359 docUrl : 'https://docs.windsurf.com/windsurf/cascade/memories' ,
360360 supportsProjectMCP : true ,
361- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
361+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
362362 configExample : `{
363363 "mcpServers": {
364364 "cloudbase": {
@@ -405,7 +405,7 @@ const IDES: IDE[] = [
405405 useCommandInsteadOfConfig : true ,
406406 installCommand : 'npm i -g @cloudbase/cli' ,
407407 installCommandDocs : '**安装 CloudBase CLI:**\n\n```bash\nnpm i -g @cloudbase/cli\n```\n\n**初始化配置:**\n\n```bash\ntcb ai\n```\n\n配置向导会引导你完成 AI 工具的配置。CloudBase CLI 内置了 MCP 和 AI 开发规则,无需手动配置。\n\n**开始使用:**\n\n```bash\ntcb ai\n```' ,
408- verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
408+ verificationPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
409409 configExample : '' ,
410410 } ,
411411] ;
@@ -479,7 +479,7 @@ const translations: Record<string, Record<string, string>> = {
479479 orAddConfig : '将以下配置添加到' ,
480480 step2Verify : '步骤 2:验证连接' ,
481481 verifyDescription : '配置完成后,在 AI 对话中输入以下内容验证' ,
482- defaultVerifyPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则 ' ,
482+ defaultVerifyPrompt : '检查 CloudBase 工具是否可用, 下载 CloudBase AI 开发规则到当前项目 ' ,
483483 cliCommand : 'CLI 命令' ,
484484 alternativeConfig : '替代配置' ,
485485 needHelp : '需要帮助?' ,
0 commit comments