-
+
+
+
+
+
+
+ {t('tools.mcp.server.title')}
+
+
+
@@ -75,7 +80,7 @@ function MCPServiceCard({
- {t('appOverview.overview.appInfo.accessibleAddress')}
+ {t('tools.mcp.server.url')}
@@ -93,7 +98,7 @@ function MCPServiceCard({
{
onGenCode()
@@ -118,6 +123,7 @@ function MCPServiceCard({
+
diff --git a/web/i18n/en-US/tools.ts b/web/i18n/en-US/tools.ts
index fb6901d2e7..2635d4e06b 100644
--- a/web/i18n/en-US/tools.ts
+++ b/web/i18n/en-US/tools.ts
@@ -193,6 +193,7 @@ const translation = {
server: {
title: 'MCP Server',
url: 'Server URL',
+ reGen: 'Do you want to regenerator server URL?',
addDescription: 'Add description',
edit: 'Edit description',
modal: {
diff --git a/web/i18n/zh-Hans/tools.ts b/web/i18n/zh-Hans/tools.ts
index 52a6bf36f1..a082e33119 100644
--- a/web/i18n/zh-Hans/tools.ts
+++ b/web/i18n/zh-Hans/tools.ts
@@ -193,6 +193,7 @@ const translation = {
server: {
title: 'MCP 服务',
url: '服务端点 URL',
+ reGen: '你想要重新生成服务端点 URL 吗?',
addDescription: '添加描述',
edit: '编辑描述',
modal: {