Skip to content

Commit 0899274

Browse files
authored
Update README.md
1 parent 2973a35 commit 0899274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/
158158
const serverParams = new StreamableHTTPClientTransport(new URL("https://agent.thoughtspot.app/bearer/mcp"), {
159159
requestInit: {
160160
headers: {
161-
"Authorization": "Bearer $TS_AUTH_TOKEN",
161+
"Authorization": "Bearer $TS_AUTH_TOKEN", // Read below how to get the $TS_AUTH_TOKEN
162162
"x-ts-host": "my-thoughtspot-instance.thoughtspot.cloud"
163163
},
164164
}

0 commit comments

Comments
 (0)