Add an MCP-SSE server, observe that cursor sends {'method': 'initialize', 'params': .... to a MCP server.
Restart MCP server or simulate a network disconnect. Cursor will happily call an MCP tool on a new connection/session, but will not send initialize. This will error out mcp python library - initialize message is mandatory for any new connection/session.