mcp_sse_sample
1
This is a sample MCP server project focused on demonstrating the use of Server-Sent Events (SSE) within the Model Context Protocol (MCP). It includes a variety of components such as message echo, addition, progress tracking, LLM sampling, and logging systems.
MCP SSE Sample
This project is a sample MCP server demonstrating an SSE implementation of the MCP protocol. Key components include tools such as echo
for returning input messages, add
for summing numbers, longRunningOperation
for progress notifications, sampleLLM
for LLM sampling, getTinyImage
for returning a small image, printEnv
for environment variables, and annotatedMessage
for message annotations. The server also features a logging system that sends log messages every 15 seconds.