SSE Server Sample
Creatededom18
Provides a basic example of a Server-Sent Events (SSE) server implementation for the Model Context Protocol (MCP).
About
This repository offers a simplified sample implementation of an SSE server for use with the Model Context Protocol. While the provided methods (text reversal and uppercasing) are not practically useful, the code serves as a clear and concise demonstration of how an SSE server functions within the MCP framework. It's based on the official MCP sample code and is designed to aid in understanding the fundamental principles of SSE server operation in this context.
Key Features
- 1 GitHub stars