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.

16 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PromptHandlerArgs = void 0; class PromptHandlerArgs { args; extra; constructor(extra, args) { this.extra = extra; this.args = args; } static from(extra, args) { return new PromptHandlerArgs(extra, args); } } exports.PromptHandlerArgs = PromptHandlerArgs; //# sourceMappingURL=prompt.args.js.map