UNPKG

@nestjs-mcp/server

Version:

Modular library for building scalable MCP servers with NestJS, providing decorators and integration patterns as a wrapper for the official MCP TypeScript SDK.

7 lines (6 loc) 174 B
export * from './mcp.module'; export * from './mcp.types'; export * from './interfaces'; export * from './classes'; export * from './services'; export * from './decorators';