fix: mcp refactor

This commit is contained in:
wangcham
2025-10-23 15:47:44 +00:00
parent d0a3dee083
commit 075091ed06
7 changed files with 577 additions and 437 deletions

View File

@@ -1,4 +1,3 @@
const zhHans = {
common: {
login: '登录',
@@ -335,20 +334,20 @@ const zhHans = {
onlySupportGithub: '目前仅支持从Github安装MCP服务器',
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安装',
sseTimeout:'SSE超时时间'
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安装',
sseTimeout: 'SSE超时时间',
},
pipelines: {
title: '流水线',