Hi everyone , I’m trying to connect to the ThoughtSpot MCP Server from a backend Django application using the Bearer MCP endpoint: POST https://agent.thoughtspot.app/bearer/mcp
My ThoughtSpot cluster version is: 10.14.0.cl-75,
I am generating Token on the fly using the secret key , The token is accepted, and initialize works with HTTP 200: event: message data: { "result": { "protocolVersion": "2024-11-05", "capabilities": {"tools": {}, "completion": {}, "resources": {}}, "serverInfo": {"name": "ThoughtSpot", "version": "1.0.0"} } }
But the moment I call tools/list, I consistently get: 404 Session not found {"error":{"code":-32001,"message":"Session not found"}}