Model Context Protocol (MCP) Server for Bun and Elysia
The repository follows a modular design, separating the MCP server logic from the transport implementation. It employs an event-driven architecture via Server-Sent Events (SSE) for communication. The code uses TypeScript, promoting type safety and maintainability. The separation of concerns is evident in the project structure, improving readability and testability.
TypeScript
4