diff --git a/ui/src/locales/lang/en-US/views/application-workflow.ts b/ui/src/locales/lang/en-US/views/application-workflow.ts index e00332de5..b9cb8d0a6 100644 --- a/ui/src/locales/lang/en-US/views/application-workflow.ts +++ b/ui/src/locales/lang/en-US/views/application-workflow.ts @@ -228,6 +228,7 @@ export default { tool: 'Tool', toolParam: 'Tool Params', mcpServerTip: 'Please enter the JSON format of the MCP server config', + configLabel: 'MCP Server Config (Only supports SSE call method)', }, imageGenerateNode: { label: 'Image Generation', diff --git a/ui/src/locales/lang/zh-CN/views/application-workflow.ts b/ui/src/locales/lang/zh-CN/views/application-workflow.ts index c4347728b..838bec013 100644 --- a/ui/src/locales/lang/zh-CN/views/application-workflow.ts +++ b/ui/src/locales/lang/zh-CN/views/application-workflow.ts @@ -228,6 +228,7 @@ export default { tool: '工具', toolParam: '工具参数', mcpServerTip: '请输入 JSON 格式的 MCP 服务器配置', + configLabel: 'MCP Server Config (仅支持SSE调用方式)' }, imageGenerateNode: { label: '图片生成', diff --git a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts index 7d4c4f693..ea3351248 100644 --- a/ui/src/locales/lang/zh-Hant/views/application-workflow.ts +++ b/ui/src/locales/lang/zh-Hant/views/application-workflow.ts @@ -228,6 +228,7 @@ export default { tool: '工具', toolParam: '工具變數', mcpServerTip: '請輸入 JSON 格式的 MCP 服務器配置', + configLabel: 'MCP Server Config (僅支持SSE調用方式)', }, imageGenerateNode: { label: '圖片生成', diff --git a/ui/src/views/application/component/McpServersDialog.vue b/ui/src/views/application/component/McpServersDialog.vue index 75e848cb2..597cdc95c 100644 --- a/ui/src/views/application/component/McpServersDialog.vue +++ b/ui/src/views/application/component/McpServersDialog.vue @@ -19,7 +19,7 @@