Skip to content

Commit 915ff80

Browse files
committed
refactor: change mcp workflow node name
1 parent da03442 commit 915ff80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export default {
222222
},
223223
mcpNode: {
224224
label: 'MCP Server',
225-
text: 'Call MCP Tools',
225+
text: 'Call MCP Tools through SSE',
226226
getToolsSuccess: 'Get Tools Successfully',
227227
getTool: 'Get Tools',
228228
tool: 'Tool',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ export default {
221221
assign: '赋值'
222222
},
223223
mcpNode: {
224-
label: 'MCP 节点',
225-
text: '调用 MCP 工具',
224+
label: 'MCP 调用',
225+
text: '通过 SSE 方式执行 MCP 服务中的工具',
226226
getToolsSuccess: '获取工具成功',
227227
getTool: '获取工具',
228228
tool: '工具',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ export default {
221221
assign: '賦值'
222222
},
223223
mcpNode: {
224-
label: 'MCP 節點',
225-
text: '呼叫 MCP 工具',
224+
label: 'MCP 調用',
225+
text: '透過SSE方式執行MCP服務中的工具',
226226
getToolsSuccess: '獲取工具成功',
227227
getTool: '獲取工具',
228228
tool: '工具',

0 commit comments

Comments
 (0)