Demonstrates the Model Context Protocol's deprecated HTTP + Server-Sent Events (SSE) transport for educational purposes.
Serves as a reference implementation of an MCP server utilizing the deprecated HTTP + Server-Sent Events (SSE) transport, specifically designed for educational purposes. This example highlights the complexities and limitations of the classic two-endpoint communication pattern, contrasting it with modern alternatives. It includes an optional, configurable echo tool to help users understand basic Model Context Protocol tool registration and execution, alongside demonstrating asymmetric channels, ephemeral session state, and the lack of resumability inherent to this legacy approach.