Suraj Thapa commited on
Commit
05fa962
·
unverified ·
1 Parent(s): 6acea03

Docs: clarify server URL paths for ChatGPT integration (#1017)

Browse files

* update server detail to add sse url

* include details for http menthod

Files changed (1) hide show
  1. docs/integrations/chatgpt.mdx +2 -1
docs/integrations/chatgpt.mdx CHANGED
@@ -135,7 +135,8 @@ Replace `https://your-server-url.com` with the actual URL of your server (such a
135
  2. Click **Add custom connector**
136
  3. Enter your server details:
137
  - **Name**: Library Catalog
138
- - **URL**: Your server URL (e.g., `https://abc123.ngrok.io`)
 
139
  - **Description**: A library catalog for searching and retrieving books
140
 
141
  #### Test the Connection
 
135
  2. Click **Add custom connector**
136
  3. Enter your server details:
137
  - **Name**: Library Catalog
138
+ - **URL**: Your server URL, including the path.
139
+ - **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/).
140
  - **Description**: A library catalog for searching and retrieving books
141
 
142
  #### Test the Connection