mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
fix: mcp refactor
This commit is contained in:
@@ -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: '流水线',
|
||||
|
||||
Reference in New Issue
Block a user