Enables real-time, secure communication with LLM hosts via Server-Sent Events using Bearer token authentication.
This project provides an MCP server implementation built with TypeScript, designed for secure, real-time communication using Server-Sent Events (SSE) and Bearer token authentication. It allows clients, such as LLM hosts, to interact with the server securely, exposing registered tools via the Model Context Protocol (MCP). It features a modular architecture, example tools, and leverages ts-node for streamlined development.