refactor: update MCP server config label for improved clarity
This commit is contained in:
parent
b53a933327
commit
06867d33cb
@ -228,6 +228,7 @@ export default {
|
|||||||
tool: 'Tool',
|
tool: 'Tool',
|
||||||
toolParam: 'Tool Params',
|
toolParam: 'Tool Params',
|
||||||
mcpServerTip: 'Please enter the JSON format of the MCP server config',
|
mcpServerTip: 'Please enter the JSON format of the MCP server config',
|
||||||
|
configLabel: 'MCP Server Config (Only supports SSE call method)',
|
||||||
},
|
},
|
||||||
imageGenerateNode: {
|
imageGenerateNode: {
|
||||||
label: 'Image Generation',
|
label: 'Image Generation',
|
||||||
|
|||||||
@ -228,6 +228,7 @@ export default {
|
|||||||
tool: '工具',
|
tool: '工具',
|
||||||
toolParam: '工具参数',
|
toolParam: '工具参数',
|
||||||
mcpServerTip: '请输入 JSON 格式的 MCP 服务器配置',
|
mcpServerTip: '请输入 JSON 格式的 MCP 服务器配置',
|
||||||
|
configLabel: 'MCP Server Config (仅支持SSE调用方式)'
|
||||||
},
|
},
|
||||||
imageGenerateNode: {
|
imageGenerateNode: {
|
||||||
label: '图片生成',
|
label: '图片生成',
|
||||||
|
|||||||
@ -228,6 +228,7 @@ export default {
|
|||||||
tool: '工具',
|
tool: '工具',
|
||||||
toolParam: '工具變數',
|
toolParam: '工具變數',
|
||||||
mcpServerTip: '請輸入 JSON 格式的 MCP 服務器配置',
|
mcpServerTip: '請輸入 JSON 格式的 MCP 服務器配置',
|
||||||
|
configLabel: 'MCP Server Config (僅支持SSE調用方式)',
|
||||||
},
|
},
|
||||||
imageGenerateNode: {
|
imageGenerateNode: {
|
||||||
label: '圖片生成',
|
label: '圖片生成',
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-if="form.mcp_enable"
|
v-if="form.mcp_enable"
|
||||||
label="MCP Server Config"
|
:label="$t('views.applicationWorkflow.nodes.mcpNode.configLabel')"
|
||||||
prop="mcp_servers"
|
prop="mcp_servers"
|
||||||
:rules="[{ required: true, message: $t('common.required') }]"
|
:rules="[{ required: true, message: $t('common.required') }]"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user