Implements a Model Context Protocol server using Server-Sent Events (SSE), designed for deployment with Netlify Edge Functions.
Sse provides a sample implementation of a Model Context Protocol (MCP) server utilizing Server-Sent Events (SSE). It's specifically designed to be deployed using Netlify Edge Functions, offering a real-time communication solution with a simple client interface. The included demo allows users to test the SSE connection and message exchange, ensuring proper server operation after deployment.
Key Features
01Real-time communication using SSE
02Server-side implementation with Netlify Edge Functions
03Includes a client-side demo page for testing
04Regular ping messages to maintain SSE connection
05Simple client interface
061 GitHub stars
Use Cases
01Implementing real-time updates in web applications
02Building interactive dashboards with live data feeds