via “multi-transport mcp server with http+sse, streamable http, and stdio support”
A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.
Unique: Abstracts three distinct transport mechanisms behind a unified McpModule configuration, allowing developers to switch transports declaratively without changing tool/resource/prompt implementations. The transport layer is decoupled from capability execution via McpExecutorService, enabling transport-agnostic capability definitions.
vs others: More flexible than single-transport MCP implementations because it supports web (HTTP+SSE), serverless (Streamable HTTP), and CLI (STDIO) clients from one codebase; simpler than building separate MCP servers per transport because configuration is centralized in McpModule.