|
|
|
|
@ -32,9 +32,10 @@ const NewMCPCard = ({ handleCreate }: Props) => {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const linkUrl = useMemo(() => {
|
|
|
|
|
// TODO help link
|
|
|
|
|
if (language.startsWith('zh_'))
|
|
|
|
|
return 'https://docs.dify.ai/zh-hans/guides/tools/integrate-tool/mcp'
|
|
|
|
|
if (language.startsWith('ja_jp'))
|
|
|
|
|
return 'https://docs.dify.ai/ja_jp/guides/tools/integrate-tool/mcp'
|
|
|
|
|
return 'https://docs.dify.ai/en/guides/tools/integrate-tool/mcp'
|
|
|
|
|
}, [language])
|
|
|
|
|
|
|
|
|
|
|