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

* update server detail to add sse url

* include details for http menthod
This commit is contained in:
Suraj Thapa 2025-07-05 10:56:45 -05:00 committed by GitHub
commit dba9f2c81f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 youre 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