Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deeplinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines 62 to +64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Inconsistent localization: Chinese acronym not updated
The English line now references “Model Context Protocol,” but the Chinese description above still reads “模型控制协议.” Please update it to “模型上下文协议” (or follow your Chinese localization guideline) to keep both languages in sync.

🤖 Prompt for AI Agents
In docs/deeplinks.md around lines 62 to 64, the Chinese acronym for MCP is
inconsistent with the English version. Update the Chinese phrase from “模型控制协议”
to “模型上下文协议” to match the English “Model Context Protocol” and maintain
localization consistency.


### URL格式 / URL Format

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/ChatConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const formatSize = (size: number): string => {
<div class="flex items-center space-x-2 py-1.5">
<Icon icon="lucide:terminal" class="w-4 h-4 text-muted-foreground" />
<Label class="text-xs font-medium">{{ t('settings.model.systemPrompt.label') }}</Label>
<TooltipProvider>
<TooltipProvider :ignoreNonKeyboardFocus="true">
<Tooltip>
<TooltipTrigger>
<Icon icon="lucide:help-circle" class="w-4 h-4 text-muted-foreground" />
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/en-US/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/en-US/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/fr-FR/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ja-JP/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"confirmRemoveServer": "サーバー{name}を削除したいですか?この操作はキャンセルできません。",
"default": "デフォルト",
"deleteServer": "サーバーを削除します",
"description": "MCP(Model Control Protocol)サーバーとツールの管理と設定",
"description": "MCP(Model Context Protocol)サーバーとツールの管理と設定",
"editServer": "サーバーを編集します",
"editServerDialog": {
"description": "MCPサーバーの構成を編集します",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ja-JP/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP設定",
"description": "MCP(Model Control Protocol)サーバーとツールを管理および構成します",
"description": "MCP(Model Context Protocol)サーバーとツールを管理および構成します",
"enabledTitle": "MCPを有効化",
"enabledDescription": "MCP機能とツールを有効または無効にします",
"enableToAccess": "設定オプションにアクセスするにはMCPを有効にしてください",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ko-KR/mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "MCP 설정",
"description": "MCP(Model Control Protocol) 서버 및 도구 관리 및 구성",
"description": "MCP(Model Context Protocol) 서버 및 도구 관리 및 구성",
"enabledTitle": "MCP 활성화",
"enabledDescription": "MCP 기능 및 도구 활성화 또는 비활성화",
"enableToAccess": "구성 옵션에 액세스하려면 먼저 MCP를 활성화하세요",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ko-KR/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP 설정",
"description": "MCP(Model Control Protocol) 서버 및 도구 관리 및 구성",
"description": "MCP(Model Context Protocol) 서버 및 도구 관리 및 구성",
"enabledTitle": "MCP 활성화",
"enabledDescription": "MCP 기능 및 도구 활성화 또는 비활성화",
"enableToAccess": "구성 옵션에 액세스하려면 MCP를 활성화하세요",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ru-RU/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"confirmRemoveServer": "Вы уверены, что хотите удалить сервер {name}? Эта операция не может быть отменена.",
"default": "по умолчанию",
"deleteServer": "Удалить сервер",
"description": "Управление и настройка серверов и инструментов MCP (Model Control Protocol)",
"description": "Управление и настройка серверов и инструментов MCP (Model Context Protocol)",
"editServer": "Отредактируйте сервер",
"editServerDialog": {
"description": "Редактировать конфигурацию сервера MCP",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/ru-RU/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"mcp": {
"title": "Настройки MCP",
"description": "Управление и настройка серверов и инструментов MCP (Model Control Protocol)",
"description": "Управление и настройка серверов и инструментов MCP (Model Context Protocol)",
"enabledTitle": "Включить MCP",
"enabledDescription": "Включение или отключение функций и инструментов MCP",
"enableToAccess": "Пожалуйста, включите MCP для доступа к настройкам",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/zh-CN/mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "MCP设置",
"description": "管理和配置MCP(Model Control Protocol)服务器和工具",
"description": "管理和配置MCP(Model Context Protocol)服务器和工具",
"enabledTitle": "启用MCP",
"enabledDescription": "启用或禁用MCP功能和工具",
"enableToAccess": "请先启用MCP以访问配置选项",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/zh-HK/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"confirmRemoveServer": "確定要刪除服務器 {name} 嗎?\n此操作無法撤銷。",
"default": "預設",
"deleteServer": "刪除服務器",
"description": "管理和配置MCP(Model Control Protocol)伺服器和工具",
"description": "管理和配置MCP(Model Context Protocol)伺服器和工具",
"editServer": "編輯服務器",
"editServerDialog": {
"description": "編輯MCP服務器配置",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/zh-HK/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
},
"mcp": {
"title": "MCP設置",
"description": "管理和配置MCP(Model Control Protocol)服務器和工具",
"description": "管理和配置MCP(Model Context Protocol)服務器和工具",
"enabledTitle": "啟用MCP",
"enabledDescription": "啟用或禁用MCP功能和工具",
"enableToAccess": "請先啟用MCP以訪問配置選項",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/i18n/zh-TW/mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "MCP設定",
"description": "管理和配置MCP(Model Control Protocol)伺服器和工具",
"description": "管理和配置MCP(Model Context Protocol)伺服器和工具",
"enabledTitle": "啟用MCP",
"enabledDescription": "啟用或禁用MCP功能和工具",
"enableToAccess": "請先啟用MCP以訪問配置選項",
Expand Down