You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've connected to the MongoDB MCP using the http transport. I get the below error message when I invoke the /mcp endpoint. How do I generate and pass the session id?
{"jsonrpc":"2.0","error":{"code":-32001,"message":"session id is required"}}
When I try to generate a session id and pass it, I get the below error message:
{"jsonrpc":"2.0","error":{"code":-32003,"message":"session not found"}}
It would be helpful if an example can be shared for this