feat: add mcp from sse on frontend

This commit is contained in:
wangcham
2025-10-13 12:51:58 +00:00
parent d65f862c36
commit 68372a4b7a
3 changed files with 104 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
const zhHans = {
common: {
login: '登录',
@@ -335,6 +336,18 @@ const zhHans = {
enterGithubLink: '输入Github仓库链接',
add: '添加',
name:'名称',
nameExplained:'用于区分不同的MCP服务器实例',
mcpDescription:'描述',
descriptionExplained:'简要描述这个MCP服务器的功能或用途',
sseURL:'SSE URL',
sseHeaders:'SSE Headers',
nameRequired:'名称不能为空',
sseURLRequired:'SSE URL不能为空',
enterSSELink:'输入SSE URL',
timeoutRequired:'超时时间不能为空',
headersExample:'示例: Authorization: Bearer token123',
enterTimeout:'输入超时时间,单位为毫秒',
installFromSSE:'从SSE安装',
},
pipelines: {
title: '流水线',