From dba9f2c81f80614ccdbb96927aa38ed243e3e3a5 Mon Sep 17 00:00:00 2001 From: Suraj Thapa <58097752+thap2331@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:56:45 -0500 Subject: [PATCH] Docs: clarify server URL paths for ChatGPT integration (#1017) * update server detail to add sse url * include details for http menthod --- docs/integrations/chatgpt.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/chatgpt.mdx b/docs/integrations/chatgpt.mdx index 61f2c2d4b..797ea439d 100644 --- a/docs/integrations/chatgpt.mdx +++ b/docs/integrations/chatgpt.mdx @@ -135,7 +135,8 @@ Replace `https://your-server-url.com` with the actual URL of your server (such a 2. Click **Add custom connector** 3. Enter your server details: - **Name**: Library Catalog - - **URL**: Your server URL (e.g., `https://abc123.ngrok.io`) + - **URL**: Your server URL, including the path. + - **Note**: Ensure your URL includes the correct path for the transport you’re using. The defaults are /sse/ for SSE (e.g., https://abc123.ngrok.io/sse/) and /mcp/ for HTTP (e.g., https://abc123.ngrok.io/mcp/). - **Description**: A library catalog for searching and retrieving books #### Test the Connection