mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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',
|
||||
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',
|
||||
|
|
|
|||
|
|
@ -228,6 +228,7 @@ export default {
|
|||
tool: '工具',
|
||||
toolParam: '工具参数',
|
||||
mcpServerTip: '请输入 JSON 格式的 MCP 服务器配置',
|
||||
configLabel: 'MCP Server Config (仅支持SSE调用方式)'
|
||||
},
|
||||
imageGenerateNode: {
|
||||
label: '图片生成',
|
||||
|
|
|
|||
|
|
@ -228,6 +228,7 @@ export default {
|
|||
tool: '工具',
|
||||
toolParam: '工具變數',
|
||||
mcpServerTip: '請輸入 JSON 格式的 MCP 服務器配置',
|
||||
configLabel: 'MCP Server Config (僅支持SSE調用方式)',
|
||||
},
|
||||
imageGenerateNode: {
|
||||
label: '圖片生成',
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item
|
||||
v-if="form.mcp_enable"
|
||||
label="MCP Server Config"
|
||||
:label="$t('views.applicationWorkflow.nodes.mcpNode.configLabel')"
|
||||
prop="mcp_servers"
|
||||
:rules="[{ required: true, message: $t('common.required') }]"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue