mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: mcp tools not support warning
This commit is contained in:
@ -93,6 +93,7 @@ const translation = {
|
||||
unsupportedTitle: 'Unsupported Action',
|
||||
unsupportedContent: 'The installed plugin version does not provide this action.',
|
||||
unsupportedContent2: 'Click to switch version.',
|
||||
unsupportedMCPTool: 'Currently selected agent strategy plugin version does not support MCP tools.',
|
||||
},
|
||||
configureApp: 'Configure App',
|
||||
configureModel: 'Configure model',
|
||||
|
||||
@ -93,6 +93,7 @@ const translation = {
|
||||
unsupportedTitle: '不支持的 Action',
|
||||
unsupportedContent: '已安装的插件版本不提供这个 action。',
|
||||
unsupportedContent2: '点击切换版本',
|
||||
unsupportedMCPTool: '当前选定的 Agent 策略插件版本不支持 MCP 工具。',
|
||||
},
|
||||
configureApp: '应用设置',
|
||||
configureModel: '模型设置',
|
||||
|
||||
Reference in New Issue
Block a user