Skip to content

Commit 5e5cde8

Browse files
authored
Update README.md
1 parent 36cdbd9 commit 5e5cde8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ Join our [Discord](https://developers.thoughtspot.com/join-discord) to get suppo
3636
## Connect
3737

3838
If using a client which supports remote MCPs natively (Claude.ai etc) then just enter:
39-
MCP Server URL: `https://agent.thoughtspot.app/mcp` (see below for ChatGPT Deep research)
39+
40+
MCP Server URL:
41+
```
42+
https://agent.thoughtspot.app/mcp
43+
```
44+
- For OpenAI ChatGPT Deep Research, add the URL as:
45+
```js
46+
https://agent.thoughtspot.app/openai/mcp
47+
```
4048

4149
To configure this MCP server in your MCP client (such as Claude Desktop, Windsurf, Cursor, etc.) which do not support remote MCPs, add the following configuration to your MCP client settings:
4250

@@ -54,11 +62,6 @@ To configure this MCP server in your MCP client (such as Claude Desktop, Windsur
5462
}
5563
```
5664

57-
- For OpenAI ChatGPT Deep Research, add the URL as:
58-
```js
59-
https://agent.thoughtspot.app/openai/mcp
60-
```
61-
6265
See the [Troubleshooting](#troubleshooting) section for any errors / more details.
6366

6467
## Usage

0 commit comments

Comments
 (0)