Elysia-mcp

TypeScript

Model Context Protocol (MCP) Server for Bun and Elysia

Protocol Implementations
API Frameworks
Function Calling

Architecture and Design Patterns

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.

About

Language

TypeScript

Stars

4

Categories

Protocol ImplementationsAPI FrameworksFunction Calling