fix: mcp test error

This commit is contained in:
wangcham
2025-10-30 15:01:25 +00:00
parent 4c5139e9ff
commit f2647316a5
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ export default function PluginConfigPage() {
toast.success(t('models.testSuccess'));
})
.catch(() => {
toast.error(t('models.testError'));
toast.error(t('mcp.testError'));
})
.finally(() => {
setMcpTesting(false);