Skip to content

Commit f430981

Browse files
committed
mcp: add faq
1 parent 74c4a3c commit f430981

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/components/McpServer.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
>
1111
<i class="fas fa-plug text-blue-500"></i>
1212
{{ $t("settings.mcpManagement") }}
13+
<a
14+
href="https://seekrays.com/seekcode/redirect?t=faq_mcp"
15+
target="_blank"
16+
class="text-gray-400 hover:text-blue-500 transition-colors duration-200"
17+
:title="t('settings.mcpHelp')"
18+
>
19+
<i class="fas fa-question-circle text-sm"></i>
20+
</a>
1321
</h3>
1422
<div class="flex items-center gap-3">
1523
<span

src/i18n/locales/en-US.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ export default {
221221
invalidHost: "Please enter a valid IP address or localhost",
222222
portRangeError: "Port number must be between 1-65535",
223223
commonPortWarning: "Warning: This port is commonly used and may be occupied by other services",
224+
225+
// Help links
226+
mcpHelp: "MCP Usage Help",
224227

225228
// Update
226229
checkUpdate: "Check for Updates",

src/i18n/locales/zh-CN.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ export default {
221221
invalidHost: "请输入有效的IP地址或localhost",
222222
portRangeError: "端口号必须在1-65535之间",
223223
commonPortWarning: "警告:该端口为常用端口,可能被其他服务占用",
224+
225+
// 帮助链接
226+
mcpHelp: "MCP 使用帮助",
224227
},
225228

226229
// 快捷键

0 commit comments

Comments
 (0)