Sse icon

Sse

Implements a Model Context Protocol server using Server-Sent Events (SSE), designed for deployment with Netlify Edge Functions.

About

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

  • Real-time communication using SSE
  • Server-side implementation with Netlify Edge Functions
  • Includes a client-side demo page for testing
  • Regular ping messages to maintain SSE connection
  • Simple client interface
  • 1 GitHub stars

Use Cases

  • Implementing real-time updates in web applications
  • Building interactive dashboards with live data feeds
  • Creating server-sent event based APIs