NestJS MCP Server Module

{ "name": "@rekog/mcp-nest", "version": "1.1.4", "description": "NestJS module for creating Model Context Protocol (MCP) servers and exposing tools using SSE", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch" }, "peerDependencies": { "@modelcontextprotocol/sdk": ">=1.4.1", "@nestjs/common": ">=9.0.0", "@nestjs/core": ">=9.0.0", "express": ">=4.0.0", "reflect-metadata": ">=0.1.14" }, "devDependencies": { "@modelcontextprotocol/sdk": "1.4.1", "@nestjs/common": "^11.0.5", "@nestjs/core": "^11.0.5", "@nestjs/testing": "^11.0.5", "@nestjs/platform-express": "^11.0.5", "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.10", "express": "^4.21.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }