mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
feat: add mcp from sse on frontend
This commit is contained in:
@@ -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: '流水线',
|
||||
|
||||
Reference in New Issue
Block a user