SSE Authenticator
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.
主な機能
- Modular architecture promoting SOLID and Clean Code principles
- Development-friendly execution with ts-node
- Bearer token authentication for secure access
- Real-time communication using Server-Sent Events (SSE)
- 0 GitHub stars
- Example tools demonstrating MCP Server functionality
ユースケース
- Building real-time applications requiring authenticated communication
- Exposing tools for remote execution via MCP
- Securely connecting LLM hosts to a central server