mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-10 04:00:24 +00:00
enhance: fix google_calendar install in add_worker PR424 (#425)
This commit is contained in:
commit
06b9c470f6
24 changed files with 31 additions and 31 deletions
|
|
@ -328,7 +328,7 @@ export function AddWorker({
|
|||
<div className="text-base font-bold leading-10 text-text-action">
|
||||
{showEnvConfig
|
||||
? t("workforce.configure-mcp-server")
|
||||
: t("workforce.add-your-mcp-server")}
|
||||
: t("workforce.add-your-agent")}
|
||||
</div>
|
||||
<TooltipSimple content="Configure your MCP worker node here.">
|
||||
<CircleAlert size={16} />
|
||||
|
|
@ -399,7 +399,7 @@ export function AddWorker({
|
|||
{t("workforce.cancel")}
|
||||
</Button>
|
||||
<Button size="sm" onClick={handleConfigureMcpEnvSetting}>
|
||||
<span>{t("workforce.configure")}</span>
|
||||
<span>{t("Connect")}</span>
|
||||
<ArrowRight size={16} />
|
||||
</Button>
|
||||
</DialogFooter>
|
||||
|
|
@ -421,7 +421,7 @@ export function AddWorker({
|
|||
<div className="flex items-center gap-sm pb-md border-[0px] border-b border-solid border-border-secondary">
|
||||
<Bot size={32} className="text-icon-primary" />
|
||||
<Input
|
||||
placeholder="Server Name"
|
||||
placeholder="Agent Name"
|
||||
value={workerName}
|
||||
onChange={(e) => {
|
||||
setWorkerName(e.target.value);
|
||||
|
|
@ -449,7 +449,7 @@ export function AddWorker({
|
|||
{t("workforce.description-optional")}
|
||||
</div>
|
||||
<Textarea
|
||||
placeholder="Mcp for ..."
|
||||
placeholder="I'm an agent specially designed for..."
|
||||
value={workerDescription}
|
||||
onChange={(e) => setWorkerDescription(e.target.value)}
|
||||
className="rounded-sm border border-solid border-input-border-default bg-input-bg-default !shadow-none text-sm leading-normal !ring-0 !ring-offset-0 resize-none"
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "قريبًا",
|
||||
"uninstall": "إلغاء التثبيت",
|
||||
"install": "تثبيت",
|
||||
"add-your-mcp-server": "الخاص بك MCP أضف خادم",
|
||||
"add-your-agent": "أضف وكيلك",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": ".أضف مضيف مسيبي محليًا عن طريق توفير جسون صارم صالح",
|
||||
"learn-more": "اتعلم اكثر",
|
||||
"installing": "جارٍ التثبيت...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "عامل جديد",
|
||||
"edit": "تعديل",
|
||||
"configure-mcp-server": "تكوين خادم مسيبي",
|
||||
"add-your-mcp-server": "إضافة خادم مسيبي",
|
||||
"add-your-agent": "إضافة خادم مسيبي",
|
||||
"cancel": "إلغاء",
|
||||
"save-changes": "حفظ التغييرات",
|
||||
"description-optional": "الوصف (اختياري)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "Demnächst verfügbar",
|
||||
"uninstall": "Deinstallieren",
|
||||
"install": "Installieren",
|
||||
"add-your-mcp-server": "Fügen Sie Ihren MCP-Server hinzu",
|
||||
"add-your-agent": "Ihren Agenten hinzufügen",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Fügen Sie einen lokalen MCP-Server hinzu, indem Sie eine gültige JSON-Konfiguration bereitstellen.",
|
||||
"learn-more": "Mehr erfahren",
|
||||
"installing": "Wird installiert...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "Neuer Mitarbeiter",
|
||||
"edit": "Bearbeiten",
|
||||
"configure-mcp-server": "MCP-Server konfigurieren",
|
||||
"add-your-mcp-server": "Fügen Sie Ihren MCP-Server hinzu",
|
||||
"add-your-agent": "Ihren Agenten hinzufügen",
|
||||
"cancel": "Abbrechen",
|
||||
"save-changes": "Änderungen speichern",
|
||||
"description-optional": "Beschreibung (Optional)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "Coming Soon",
|
||||
"uninstall": "Uninstall",
|
||||
"install": "Install",
|
||||
"add-your-mcp-server": "Add your MCP server",
|
||||
"add-your-agent": "Add Your Agent",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Add a local MCP server by providing a valid JSON configuration.",
|
||||
"learn-more": "Learn more",
|
||||
"installing": "Installing...",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"your-ai-workforce": "Your AI Workforce",
|
||||
"new-worker": "New Worker",
|
||||
"new-worker": "New Worker Agent",
|
||||
"edit": "Edit",
|
||||
"configure-mcp-server": "Configure MCP Server",
|
||||
"add-your-mcp-server": "Add Your MCP Server",
|
||||
"add-your-agent": "Add Your Agent",
|
||||
"cancel": "Cancel",
|
||||
"save-changes": "Save changes",
|
||||
"description-optional": "Description (Optional)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "Próximamente",
|
||||
"uninstall": "Desinstalar",
|
||||
"install": "Instalar",
|
||||
"add-your-mcp-server": "Agregar tu servidor MCP",
|
||||
"add-your-agent": "Añade tu Agente",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Agregar un servidor MCP local proporcionando una configuración JSON válida.",
|
||||
"learn-more": "Aprender más",
|
||||
"installing": "Instalando...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "Nuevo Worker",
|
||||
"edit": "Editar",
|
||||
"configure-mcp-server": "Configurar MCP Server",
|
||||
"add-your-mcp-server": "Agregar tu MCP Server",
|
||||
"add-your-agent": "Añade tu Agente",
|
||||
"cancel": "Cancelar",
|
||||
"save-changes": "Guardar cambios",
|
||||
"description-optional": "Descripción (Opcional)",
|
||||
|
|
|
|||
|
|
@ -88,10 +88,10 @@
|
|||
"invalid-json": "Invalid JSON",
|
||||
"coming-soon": "Coming Soon",
|
||||
"uninstall": "Uninstall",
|
||||
"install": "Install",
|
||||
"add-your-mcp-server": "Add your MCP server",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Add a local MCP server by providing a valid JSON configuration.",
|
||||
"learn-more": "Learn more",
|
||||
"install": "Installer",
|
||||
"add-your-agent": "Ajoutez votre Agent",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Ajoutez un serveur MCP local en fournissant une configuration JSON valide.",
|
||||
"learn-more": "En savoir plus",
|
||||
"installing": "Installing...",
|
||||
"edit-mcp-config": "Edit MCP Config",
|
||||
"name": "Name",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "Nouveau travailleur",
|
||||
"edit": "Modifier",
|
||||
"configure-mcp-server": "Configurer le serveur MCP",
|
||||
"add-your-mcp-server": "Ajouter votre serveur MCP",
|
||||
"add-your-agent": "Ajoutez votre Agent",
|
||||
"cancel": "Annuler",
|
||||
"save-changes": "Enregistrer les modifications",
|
||||
"description-optional": "Description (facultatif)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "Prossimamente",
|
||||
"uninstall": "Disinstalla",
|
||||
"install": "Installa",
|
||||
"add-your-mcp-server": "Aggiungi il tuo server MCP",
|
||||
"add-your-agent": "Aggiungi il tuo Agente",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Aggiungi un server MCP locale fornendo una configurazione JSON valida.",
|
||||
"learn-more": "Scopri di più",
|
||||
"installing": "Installazione in corso...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "Nuovo Worker",
|
||||
"edit": "Modifica",
|
||||
"configure-mcp-server": "Configura server MCP",
|
||||
"add-your-mcp-server": "Aggiungi il tuo server MCP",
|
||||
"add-your-agent": "Aggiungi il tuo Agente",
|
||||
"cancel": "Annulla",
|
||||
"save-changes": "Salva modifiche",
|
||||
"description-optional": "Descrizione (Opzionale)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "近日公開",
|
||||
"uninstall": "アンインストール",
|
||||
"install": "インストール",
|
||||
"add-your-mcp-server": "MCPサーバーを追加",
|
||||
"add-your-agent": "エージェントを追加",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "有効なJSON構成を提供して、ローカルMCPサーバーを追加します。",
|
||||
"learn-more": "詳細はこちら",
|
||||
"installing": "インストール中...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "新規ワーカー",
|
||||
"edit": "編集",
|
||||
"configure-mcp-server": "MCPサーバーの設定",
|
||||
"add-your-mcp-server": "MCPサーバーを追加",
|
||||
"add-your-agent": "エージェントを追加",
|
||||
"cancel": "キャンセル",
|
||||
"save-changes": "変更を保存",
|
||||
"description-optional": "説明(任意)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "출시 예정",
|
||||
"uninstall": "제거",
|
||||
"install": "설치",
|
||||
"add-your-mcp-server": "MCP 서버 추가",
|
||||
"add-your-agent": "에이전트 추가",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "유효한 JSON 구성을 제공하여 로컬 MCP 서버를 추가하세요.",
|
||||
"learn-more": "더 알아보기",
|
||||
"installing": "설치 중...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "새 작업자",
|
||||
"edit": "편집",
|
||||
"configure-mcp-server": "MCP 서버 구성",
|
||||
"add-your-mcp-server": "MCP 서버 추가",
|
||||
"add-your-agent": "에이전트 추가",
|
||||
"cancel": "취소",
|
||||
"save-changes": "변경 사항 저장",
|
||||
"description-optional": "설명 (선택 사항)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "Скоро",
|
||||
"uninstall": "Удалить",
|
||||
"install": "Установить",
|
||||
"add-your-mcp-server": "Добавьте свой MCP-сервер",
|
||||
"add-your-agent": "Добавьте своего агента",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "Добавьте локальный MCP-сервер, предоставив допустимую JSON-конфигурацию.",
|
||||
"learn-more": "Подробнее",
|
||||
"installing": "Установка...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "Новый сотрудник",
|
||||
"edit": "Редактировать",
|
||||
"configure-mcp-server": "Настроить MCP-сервер",
|
||||
"add-your-mcp-server": "Добавить ваш MCP-сервер",
|
||||
"add-your-agent": "Добавьте своего агента",
|
||||
"cancel": "Отмена",
|
||||
"save-changes": "Сохранить изменения",
|
||||
"description-optional": "Описание (необязательно)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "即将推出",
|
||||
"uninstall": "卸载",
|
||||
"install": "安装",
|
||||
"add-your-mcp-server": "添加您的 MCP 服务器",
|
||||
"add-your-agent": "添加您的智能体",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "通过提供有效的 JSON 配置添加本地 MCP 服务器。",
|
||||
"learn-more": "了解更多",
|
||||
"installing": "安装中...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "增加 Worker",
|
||||
"edit": "编辑",
|
||||
"configure-mcp-server": "配置 MCP 服务器",
|
||||
"add-your-mcp-server": "添加你的 MCP 服务器",
|
||||
"add-your-agent": "添加您的智能体",
|
||||
"cancel": "取消",
|
||||
"save-changes": "保存更改",
|
||||
"description-optional": "描述(可选)",
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
"coming-soon": "即將推出",
|
||||
"uninstall": "解除安裝",
|
||||
"install": "安裝",
|
||||
"add-your-mcp-server": "新增您的 MCP 伺服器",
|
||||
"add-your-agent": "新增您的智能體",
|
||||
"add-a-local-mcp-server-by-providing-a-valid-json-configuration": "透過提供有效的 JSON 設定新增本地 MCP 伺服器。",
|
||||
"learn-more": "了解更多",
|
||||
"installing": "安裝中...",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"new-worker": "新增 Worker",
|
||||
"edit": "編輯",
|
||||
"configure-mcp-server": "設定 MCP 伺服器",
|
||||
"add-your-mcp-server": "新增您的 MCP 伺服器",
|
||||
"add-your-agent": "新增您的智能體",
|
||||
"cancel": "取消",
|
||||
"save-changes": "儲存變更",
|
||||
"description-optional": "描述(可選)",
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ export default function MCPAddDialog({
|
|||
<DialogContent className="min-w-[340px] w-[600px] max-w-[95vw] p-0">
|
||||
<DialogHeader className=" bg-gray-100 rounded-t-xl px-6 ">
|
||||
<DialogTitle className="font-bold text-lg text-gray-800 ">
|
||||
{t("setting.add-your-mcp-server")}
|
||||
{t("setting.add-your-agent")}
|
||||
</DialogTitle>
|
||||
</DialogHeader>
|
||||
<div className="px-md py-md bg-white-100% rounded-b-xl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue