Skip to content

Commit 06867d3

Browse files
committed
refactor: update MCP server config label for improved clarity
1 parent b53a933 commit 06867d3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

ui/src/locales/lang/en-US/views/application-workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export default {
228228
tool: 'Tool',
229229
toolParam: 'Tool Params',
230230
mcpServerTip: 'Please enter the JSON format of the MCP server config',
231+
configLabel: 'MCP Server Config (Only supports SSE call method)',
231232
},
232233
imageGenerateNode: {
233234
label: 'Image Generation',

ui/src/locales/lang/zh-CN/views/application-workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export default {
228228
tool: '工具',
229229
toolParam: '工具参数',
230230
mcpServerTip: '请输入 JSON 格式的 MCP 服务器配置',
231+
configLabel: 'MCP Server Config (仅支持SSE调用方式)'
231232
},
232233
imageGenerateNode: {
233234
label: '图片生成',

ui/src/locales/lang/zh-Hant/views/application-workflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export default {
228228
tool: '工具',
229229
toolParam: '工具變數',
230230
mcpServerTip: '請輸入 JSON 格式的 MCP 服務器配置',
231+
configLabel: 'MCP Server Config (僅支持SSE調用方式)',
231232
},
232233
imageGenerateNode: {
233234
label: '圖片生成',

ui/src/views/application/component/McpServersDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</el-form-item>
2020
<el-form-item
2121
v-if="form.mcp_enable"
22-
label="MCP Server Config"
22+
:label="$t('views.applicationWorkflow.nodes.mcpNode.configLabel')"
2323
prop="mcp_servers"
2424
:rules="[{ required: true, message: $t('common.required') }]"
2525
>

0 commit comments

Comments
 (0)