We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973a35 commit 0899274Copy full SHA for 0899274
README.md
@@ -158,7 +158,7 @@ import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/
158
const serverParams = new StreamableHTTPClientTransport(new URL("https://agent.thoughtspot.app/bearer/mcp"), {
159
requestInit: {
160
headers: {
161
- "Authorization": "Bearer $TS_AUTH_TOKEN",
+ "Authorization": "Bearer $TS_AUTH_TOKEN", // Read below how to get the $TS_AUTH_TOKEN
162
"x-ts-host": "my-thoughtspot-instance.thoughtspot.cloud"
163
},
164
}
0 commit comments