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
Hi, I'm trying to use an MCP client that only supports POST requests on the main route:
x.x.x.x:52924 - "POST /mcp HTTP/1.1" 405 Method Not Allowed
I've noticed that some clients (like Cursor) try the POST route first before falling back to GET, but not every client seems to do this. Can we support both?