Simplifies building Model Context Protocol (MCP) servers within NestJS applications using decorators.
nestjs-mcp provides seamless integration for building Model Context Protocol (MCP) servers within NestJS applications. Utilizing method decorators such as `@McpResource`, `@McpTool`, and `@McpPrompt`, the module simplifies the process of exposing resources, tools, and prompts to MCP clients. It supports various transport layers, including STDIO and HTTP/SSE, making it easy to create MCP-compliant servers with minimal configuration and boilerplate.