Provides a simple Model Context Protocol (MCP) server over Server-Sent Events (SSE) for AI integration.
Hello World is a demonstration MCP server designed to showcase basic Model Context Protocol functionalities using Server-Sent Events (SSE) transport. It features two simple tools, 'hello' and 'greet', enabling AI models like Claude to connect and interact via a public URL, facilitating easy integration and testing of MCP communication without complex local setups. It serves as an excellent starting point for developers looking to understand or implement MCP servers.