Skip to content

Commit 9cba8ee

Browse files
authored
improvement(preview): error paths, loops, workflow (#3010)
* improvement(switch): dark styling * improvement(settings): change deployed MCPs to MCPs servers * improvement(preview): added error paths, loop logic * improvement(preview): nested workflows preview * feat(preview): lightweight param * improvement(preview): staging changes integrated
1 parent cb65013 commit 9cba8ee

File tree

37 files changed

+1525
-1048
lines changed

37 files changed

+1525
-1048
lines changed

apps/docs/app/global.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,16 @@ aside[data-sidebar] > *:not([data-sidebar-viewport]) {
377377
button[aria-label="Toggle Sidebar"],
378378
button[aria-label="Collapse Sidebar"],
379379
/* Hide nav title/logo in sidebar on desktop - target all possible locations */
380+
/* Lower specificity selectors first (attribute selectors) */
381+
[data-sidebar-header],
382+
[data-sidebar] [data-title],
383+
aside[data-sidebar] a[href="/"],
384+
aside[data-sidebar] a[href="/"] img,
385+
aside[data-sidebar] > a:first-child,
386+
aside[data-sidebar] > div > a:first-child,
387+
aside[data-sidebar] img[alt="Sim"],
388+
aside[data-sidebar] svg[aria-label="Sim"],
389+
/* Higher specificity selectors (ID selectors) */
380390
#nd-sidebar
381391
a[href="/"],
382392
#nd-sidebar a[href="/"] img,
@@ -385,14 +395,6 @@ aside[data-sidebar] > *:not([data-sidebar-viewport]) {
385395
#nd-sidebar > div:first-child > a:first-child,
386396
#nd-sidebar img[alt="Sim"],
387397
#nd-sidebar svg[aria-label="Sim"],
388-
aside[data-sidebar] a[href="/"],
389-
aside[data-sidebar] a[href="/"] img,
390-
aside[data-sidebar] > a:first-child,
391-
aside[data-sidebar] > div > a:first-child,
392-
aside[data-sidebar] img[alt="Sim"],
393-
aside[data-sidebar] svg[aria-label="Sim"],
394-
[data-sidebar-header],
395-
[data-sidebar] [data-title],
396398
/* Hide theme toggle at bottom of sidebar on desktop */
397399
#nd-sidebar
398400
> footer,

apps/docs/content/docs/de/mcp/deploy-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MCP-Server gruppieren Ihre Workflow-Tools zusammen. Erstellen und verwalten Sie
1717
<Video src="mcp/mcp-server.mp4" width={700} height={450} />
1818
</div>
1919

20-
1. Navigieren Sie zu **Einstellungen → Bereitgestellte MCPs**
20+
1. Navigieren Sie zu **Einstellungen → MCP-Server**
2121
2. Klicken Sie auf **Server erstellen**
2222
3. Geben Sie einen Namen und eine optionale Beschreibung ein
2323
4. Kopieren Sie die Server-URL zur Verwendung in Ihren MCP-Clients
@@ -79,7 +79,7 @@ Füge deinen API-Key-Header (`X-API-Key`) für authentifizierten Zugriff hinzu,
7979

8080
## Server-Verwaltung
8181

82-
In der Server-Detailansicht unter **Einstellungen → Bereitgestellte MCPs** können Sie:
82+
In der Server-Detailansicht unter **Einstellungen → MCP-Server** können Sie:
8383

8484
- **Tools anzeigen**: Alle Workflows sehen, die einem Server hinzugefügt wurden
8585
- **URL kopieren**: Die Server-URL für MCP-Clients abrufen

apps/docs/content/docs/de/mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MCP-Server stellen Sammlungen von Tools bereit, die Ihre Agenten nutzen können.
2727
</div>
2828

2929
1. Navigieren Sie zu Ihren Workspace-Einstellungen
30-
2. Gehen Sie zum Abschnitt **Bereitgestellte MCPs**
30+
2. Gehen Sie zum Abschnitt **MCP-Server**
3131
3. Klicken Sie auf **MCP-Server hinzufügen**
3232
4. Geben Sie die Server-Konfigurationsdetails ein
3333
5. Speichern Sie die Konfiguration

apps/docs/content/docs/en/mcp/deploy-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MCP servers group your workflow tools together. Create and manage them in worksp
1616
<Video src="mcp/mcp-server.mp4" width={700} height={450} />
1717
</div>
1818

19-
1. Navigate to **Settings → Deployed MCPs**
19+
1. Navigate to **Settings → MCP Servers**
2020
2. Click **Create Server**
2121
3. Enter a name and optional description
2222
4. Copy the server URL for use in your MCP clients
@@ -78,7 +78,7 @@ Include your API key header (`X-API-Key`) for authenticated access when using mc
7878

7979
## Server Management
8080

81-
From the server detail view in **Settings → Deployed MCPs**, you can:
81+
From the server detail view in **Settings → MCP Servers**, you can:
8282

8383
- **View tools**: See all workflows added to a server
8484
- **Copy URL**: Get the server URL for MCP clients

apps/docs/content/docs/en/mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MCP servers provide collections of tools that your agents can use. Configure the
2727
</div>
2828

2929
1. Navigate to your workspace settings
30-
2. Go to the **Deployed MCPs** section
30+
2. Go to the **MCP Servers** section
3131
3. Click **Add MCP Server**
3232
4. Enter the server configuration details
3333
5. Save the configuration

apps/docs/content/docs/es/mcp/deploy-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Los servidores MCP agrupan tus herramientas de flujo de trabajo. Créalos y gest
1717
<Video src="mcp/mcp-server.mp4" width={700} height={450} />
1818
</div>
1919

20-
1. Navega a **Configuración → MCP implementados**
20+
1. Navega a **Configuración → Servidores MCP**
2121
2. Haz clic en **Crear servidor**
2222
3. Introduce un nombre y una descripción opcional
2323
4. Copia la URL del servidor para usarla en tus clientes MCP
@@ -79,7 +79,7 @@ Incluye tu encabezado de clave API (`X-API-Key`) para acceso autenticado al usar
7979

8080
## Gestión del servidor
8181

82-
Desde la vista de detalles del servidor en **Configuración → MCP implementados**, puedes:
82+
Desde la vista de detalles del servidor en **Configuración → Servidores MCP**, puedes:
8383

8484
- **Ver herramientas**: consulta todos los flujos de trabajo añadidos a un servidor
8585
- **Copiar URL**: obtén la URL del servidor para clientes MCP

apps/docs/content/docs/es/mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Los servidores MCP proporcionan colecciones de herramientas que tus agentes pued
2727
</div>
2828

2929
1. Navega a la configuración de tu espacio de trabajo
30-
2. Ve a la sección **MCP implementados**
30+
2. Ve a la sección **Servidores MCP**
3131
3. Haz clic en **Añadir servidor MCP**
3232
4. Introduce los detalles de configuración del servidor
3333
5. Guarda la configuración

apps/docs/content/docs/fr/mcp/deploy-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Les serveurs MCP regroupent vos outils de workflow. Créez-les et gérez-les dan
1717
<Video src="mcp/mcp-server.mp4" width={700} height={450} />
1818
</div>
1919

20-
1. Accédez à **Paramètres → MCP déployés**
20+
1. Accédez à **Paramètres → Serveurs MCP**
2121
2. Cliquez sur **Créer un serveur**
2222
3. Saisissez un nom et une description facultative
2323
4. Copiez l'URL du serveur pour l'utiliser dans vos clients MCP
@@ -79,7 +79,7 @@ Incluez votre en-tête de clé API (`X-API-Key`) pour un accès authentifié lor
7979

8080
## Gestion du serveur
8181

82-
Depuis la vue détaillée du serveur dans **Paramètres → MCP déployés**, vous pouvez :
82+
Depuis la vue détaillée du serveur dans **Paramètres → Serveurs MCP**, vous pouvez :
8383

8484
- **Voir les outils** : voir tous les workflows ajoutés à un serveur
8585
- **Copier l'URL** : obtenir l'URL du serveur pour les clients MCP

apps/docs/content/docs/fr/mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Les serveurs MCP fournissent des collections d'outils que vos agents peuvent uti
2828
</div>
2929

3030
1. Accédez aux paramètres de votre espace de travail
31-
2. Allez dans la section **MCP déployés**
31+
2. Allez dans la section **Serveurs MCP**
3232
3. Cliquez sur **Ajouter un serveur MCP**
3333
4. Saisissez les détails de configuration du serveur
3434
5. Enregistrez la configuration

apps/docs/content/docs/ja/mcp/deploy-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MCPサーバーは、ワークフローツールをまとめてグループ化
1616
<Video src="mcp/mcp-server.mp4" width={700} height={450} />
1717
</div>
1818

19-
1. **設定 → デプロイ済みMCP**に移動します
19+
1. **設定 → MCP サーバー**に移動します
2020
2. **サーバーを作成**をクリックします
2121
3. 名前とオプションの説明を入力します
2222
4. MCPクライアントで使用するためにサーバーURLをコピーします
@@ -78,7 +78,7 @@ mcp-remoteまたは他のHTTPベースのMCPトランスポートを使用する
7878

7979
## サーバー管理
8080

81-
**設定 → デプロイ済みMCP**のサーバー詳細ビューから、次のことができます:
81+
**設定 → MCP サーバー**のサーバー詳細ビューから、次のことができます:
8282

8383
- **ツールを表示**: サーバーに追加されたすべてのワークフローを確認
8484
- **URLをコピー**: MCPクライアント用のサーバーURLを取得

0 commit comments

Comments
 (0)