Convex MCP unable the find the CONVEX_DEPLOYMENT key on Cursor
Then my first query was: "hey, can you look at the inferred schema in my convex deployment and see if I have any redundant fields?"
To this, the response was: "It looks like there's no CONVEX_DEPLOYMENT environment variable set. This is needed to connect to your Convex backend."
I, then, indicated that there is a
.env.localfile with the variable. Then there was a back and forth with the model, trying to help it use the variable...The documentation mentions the "status" tool that should help the model to query which deployment it has access to. Maybe there is something extra I should do related to the status tool I'm not aware of? Apologies if this is a silly misunderstanding on my part.

