You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(nav): nest client guides under Multi-Client Setup submenu
Add Jekyll front matter to all 7 client-guide pages so Just the Docs
renders them as children of the Multi-Client Setup parent page:
- Claude Code (CLI) nav_order: 1
- Claude Desktop nav_order: 2
- Codex CLI nav_order: 3
- Cursor nav_order: 4
- Gemini CLI nav_order: 5
- Windsurf nav_order: 6
- HTTP Server nav_order: 7
Add has_children: true to multi-client-setup.md.
Exclude gemini-cli-audit.md (internal audit file) from navigation."
Copy file name to clipboardExpand all lines: docs/client-guides/http-server.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
---
2
+
layout: default
3
+
title: HTTP Server
4
+
parent: Multi-Client Setup
5
+
nav_order: 7
6
+
---
7
+
1
8
# Guide : mcp-dataverse en mode HTTP (multi-client)
2
9
3
10
Ce guide explique comment démarrer mcp-dataverse en mode serveur HTTP afin que plusieurs éditeurs ou outils IA puissent partager la même instance du serveur MCP simultanément.
0 commit comments