diff --git a/docs/deeplinks.md b/docs/deeplinks.md
index 37f96235b..8d92d139a 100644
--- a/docs/deeplinks.md
+++ b/docs/deeplinks.md
@@ -61,7 +61,7 @@ deepchat://start?msg=帮我分析这段代码&model=deepseek-coder&system=你是
通过此深度链接可以安装MCP(模型控制协议)服务配置。
-Use this deeplink to install Model Control Protocol (MCP) service configuration.
+Use this deeplink to install Model Context Protocol (MCP) service configuration.
### URL格式 / URL Format
diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index 8f823a052..85da8d172 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -10,7 +10,7 @@ This guide provides information for developers looking to understand, build, and
- [Technology Stack](#technology-stack)
- [Architectural Documents](#architectural-documents)
- [API Documentation](#api-documentation)
-- [Model Context Protocol (MCP)](#model-controller-platform-mcp)
+- [Model Context Protocol(MCP)](#model-context-protocol-mcp)
- [Development Setup](#development-setup)
- [Building the Application](#building-the-application)
- [Contribution Guidelines](#contribution-guidelines)
diff --git a/src/renderer/src/components/ChatConfig.vue b/src/renderer/src/components/ChatConfig.vue
index 8096435ea..3f7036a1f 100644
--- a/src/renderer/src/components/ChatConfig.vue
+++ b/src/renderer/src/components/ChatConfig.vue
@@ -71,7 +71,7 @@ const formatSize = (size: number): string => {
-
+
diff --git a/src/renderer/src/i18n/en-US/mcp.json b/src/renderer/src/i18n/en-US/mcp.json
index a937a0909..d5a5e81bb 100644
--- a/src/renderer/src/i18n/en-US/mcp.json
+++ b/src/renderer/src/i18n/en-US/mcp.json
@@ -55,7 +55,7 @@
"confirmRemoveServer": "Are you sure you want to delete the server {name}? \nThis operation cannot be cancelled.",
"default": "default",
"deleteServer": "Delete the server",
- "description": "Manage and configure MCP (Model Control Protocol) servers and tools",
+ "description": "Manage and configure MCP (Model Context Protocol) servers and tools",
"editServer": "Edit the server",
"editServerDialog": {
"description": "Edit MCP server configuration",
diff --git a/src/renderer/src/i18n/en-US/settings.json b/src/renderer/src/i18n/en-US/settings.json
index ab3879144..afb7da638 100644
--- a/src/renderer/src/i18n/en-US/settings.json
+++ b/src/renderer/src/i18n/en-US/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP Settings",
- "description": "Manage and configure MCP (Model Control Protocol) servers and tools",
+ "description": "Manage and configure MCP (Model Context Protocol) servers and tools",
"enabledTitle": "Enable MCP",
"enabledDescription": "Enable or disable MCP functionality and tools",
"enableToAccess": "Please enable MCP to access configuration options",
diff --git a/src/renderer/src/i18n/fr-FR/settings.json b/src/renderer/src/i18n/fr-FR/settings.json
index 3fb74ab7b..b695bef8b 100644
--- a/src/renderer/src/i18n/fr-FR/settings.json
+++ b/src/renderer/src/i18n/fr-FR/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "Paramètres MCP",
- "description": "Gérer et configurer les serveurs et outils MCP (Model Control Protocol)",
+ "description": "Gérer et configurer les serveurs et outils MCP (Model Context Protocol)",
"enabledTitle": "Activer MCP",
"enabledDescription": "Activer ou désactiver les fonctionnalités et outils MCP",
"enableToAccess": "Veuillez activer MCP pour accéder aux options de configuration",
diff --git a/src/renderer/src/i18n/ja-JP/mcp.json b/src/renderer/src/i18n/ja-JP/mcp.json
index 450ac28f6..23de6965c 100644
--- a/src/renderer/src/i18n/ja-JP/mcp.json
+++ b/src/renderer/src/i18n/ja-JP/mcp.json
@@ -55,7 +55,7 @@
"confirmRemoveServer": "サーバー{name}を削除したいですか?この操作はキャンセルできません。",
"default": "デフォルト",
"deleteServer": "サーバーを削除します",
- "description": "MCP(Model Control Protocol)サーバーとツールの管理と設定",
+ "description": "MCP(Model Context Protocol)サーバーとツールの管理と設定",
"editServer": "サーバーを編集します",
"editServerDialog": {
"description": "MCPサーバーの構成を編集します",
diff --git a/src/renderer/src/i18n/ja-JP/settings.json b/src/renderer/src/i18n/ja-JP/settings.json
index 9ac0a8f0d..50a2e252d 100644
--- a/src/renderer/src/i18n/ja-JP/settings.json
+++ b/src/renderer/src/i18n/ja-JP/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP設定",
- "description": "MCP(Model Control Protocol)サーバーとツールを管理および構成します",
+ "description": "MCP(Model Context Protocol)サーバーとツールを管理および構成します",
"enabledTitle": "MCPを有効化",
"enabledDescription": "MCP機能とツールを有効または無効にします",
"enableToAccess": "設定オプションにアクセスするにはMCPを有効にしてください",
diff --git a/src/renderer/src/i18n/ko-KR/mcp.json b/src/renderer/src/i18n/ko-KR/mcp.json
index 11f429a1b..98ac73755 100644
--- a/src/renderer/src/i18n/ko-KR/mcp.json
+++ b/src/renderer/src/i18n/ko-KR/mcp.json
@@ -1,6 +1,6 @@
{
"title": "MCP 설정",
- "description": "MCP(Model Control Protocol) 서버 및 도구 관리 및 구성",
+ "description": "MCP(Model Context Protocol) 서버 및 도구 관리 및 구성",
"enabledTitle": "MCP 활성화",
"enabledDescription": "MCP 기능 및 도구 활성화 또는 비활성화",
"enableToAccess": "구성 옵션에 액세스하려면 먼저 MCP를 활성화하세요",
diff --git a/src/renderer/src/i18n/ko-KR/settings.json b/src/renderer/src/i18n/ko-KR/settings.json
index fd978a79b..08028d98e 100644
--- a/src/renderer/src/i18n/ko-KR/settings.json
+++ b/src/renderer/src/i18n/ko-KR/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP 설정",
- "description": "MCP(Model Control Protocol) 서버 및 도구 관리 및 구성",
+ "description": "MCP(Model Context Protocol) 서버 및 도구 관리 및 구성",
"enabledTitle": "MCP 활성화",
"enabledDescription": "MCP 기능 및 도구 활성화 또는 비활성화",
"enableToAccess": "구성 옵션에 액세스하려면 MCP를 활성화하세요",
diff --git a/src/renderer/src/i18n/ru-RU/mcp.json b/src/renderer/src/i18n/ru-RU/mcp.json
index b0b1eb3ef..0b694ca93 100644
--- a/src/renderer/src/i18n/ru-RU/mcp.json
+++ b/src/renderer/src/i18n/ru-RU/mcp.json
@@ -55,7 +55,7 @@
"confirmRemoveServer": "Вы уверены, что хотите удалить сервер {name}? Эта операция не может быть отменена.",
"default": "по умолчанию",
"deleteServer": "Удалить сервер",
- "description": "Управление и настройка серверов и инструментов MCP (Model Control Protocol)",
+ "description": "Управление и настройка серверов и инструментов MCP (Model Context Protocol)",
"editServer": "Отредактируйте сервер",
"editServerDialog": {
"description": "Редактировать конфигурацию сервера MCP",
diff --git a/src/renderer/src/i18n/ru-RU/settings.json b/src/renderer/src/i18n/ru-RU/settings.json
index 1af776bca..908c2770f 100644
--- a/src/renderer/src/i18n/ru-RU/settings.json
+++ b/src/renderer/src/i18n/ru-RU/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "Настройки MCP",
- "description": "Управление и настройка серверов и инструментов MCP (Model Control Protocol)",
+ "description": "Управление и настройка серверов и инструментов MCP (Model Context Protocol)",
"enabledTitle": "Включить MCP",
"enabledDescription": "Включение или отключение функций и инструментов MCP",
"enableToAccess": "Пожалуйста, включите MCP для доступа к настройкам",
diff --git a/src/renderer/src/i18n/zh-CN/mcp.json b/src/renderer/src/i18n/zh-CN/mcp.json
index 0dc0e40c7..b727b0cad 100644
--- a/src/renderer/src/i18n/zh-CN/mcp.json
+++ b/src/renderer/src/i18n/zh-CN/mcp.json
@@ -1,6 +1,6 @@
{
"title": "MCP设置",
- "description": "管理和配置MCP(Model Control Protocol)服务器和工具",
+ "description": "管理和配置MCP(Model Context Protocol)服务器和工具",
"enabledTitle": "启用MCP",
"enabledDescription": "启用或禁用MCP功能和工具",
"enableToAccess": "请先启用MCP以访问配置选项",
diff --git a/src/renderer/src/i18n/zh-HK/mcp.json b/src/renderer/src/i18n/zh-HK/mcp.json
index 0cb5c0ae2..b687b2408 100644
--- a/src/renderer/src/i18n/zh-HK/mcp.json
+++ b/src/renderer/src/i18n/zh-HK/mcp.json
@@ -55,7 +55,7 @@
"confirmRemoveServer": "確定要刪除服務器 {name} 嗎?\n此操作無法撤銷。",
"default": "預設",
"deleteServer": "刪除服務器",
- "description": "管理和配置MCP(Model Control Protocol)伺服器和工具",
+ "description": "管理和配置MCP(Model Context Protocol)伺服器和工具",
"editServer": "編輯服務器",
"editServerDialog": {
"description": "編輯MCP服務器配置",
diff --git a/src/renderer/src/i18n/zh-HK/settings.json b/src/renderer/src/i18n/zh-HK/settings.json
index d14f426b8..a67314f29 100644
--- a/src/renderer/src/i18n/zh-HK/settings.json
+++ b/src/renderer/src/i18n/zh-HK/settings.json
@@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP設置",
- "description": "管理和配置MCP(Model Control Protocol)服務器和工具",
+ "description": "管理和配置MCP(Model Context Protocol)服務器和工具",
"enabledTitle": "啟用MCP",
"enabledDescription": "啟用或禁用MCP功能和工具",
"enableToAccess": "請先啟用MCP以訪問配置選項",
diff --git a/src/renderer/src/i18n/zh-TW/mcp.json b/src/renderer/src/i18n/zh-TW/mcp.json
index 03be55a95..4c3e68f6b 100644
--- a/src/renderer/src/i18n/zh-TW/mcp.json
+++ b/src/renderer/src/i18n/zh-TW/mcp.json
@@ -1,6 +1,6 @@
{
"title": "MCP設定",
- "description": "管理和配置MCP(Model Control Protocol)伺服器和工具",
+ "description": "管理和配置MCP(Model Context Protocol)伺服器和工具",
"enabledTitle": "啟用MCP",
"enabledDescription": "啟用或禁用MCP功能和工具",
"enableToAccess": "請先啟用MCP以訪問配置選項",