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.

3 lines (2 loc) 139 B
export declare const MCP_GUARDS = "__mcp_guards__"; export declare function UseGuards(...guards: any[]): ClassDecorator & MethodDecorator;