mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 12:15:45 +00:00
- Fixed SSE handler to send proper 'endpoint' event as per MCP spec - Added CORS headers for browser-based MCP clients - Fixed camelCase serialization for JSON-RPC compatibility - Added session management support with Mcp-Session-Id header - Improved connection handling with proper keepalive messages - Added OPTIONS handler for CORS preflight requests The MCP server now properly implements the SSE transport specification and is compatible with standard MCP clients like mcpinspector. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>