UNPKG

middy-mcp

Version:

Middy middleware for Model Context Protocol server

51 lines 1.08 kB
{ "name": "middy-mcp", "description": "Middy middleware for Model Context Protocol server", "version": "0.1.6", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/fredericbarthelet/middy-mcp.git" }, "type": "module", "keywords": [ "mcp", "model context protocol", "middy", "middleware", "aws", "lambda" ], "author": "Frédéric Barthelet <frederic.barthelet@gmail.com>", "license": "MIT", "devDependencies": { "@middy/core": "^6.1.6", "@modelcontextprotocol/sdk": "^1.8.0", "@types/aws-lambda": "^8.10.148", "@types/http-errors": "^2.0.4", "@types/node": "^22.14.0", "typescript": "^5.8.2", "vitest": "^3.1.1" }, "dependencies": { "http-errors": "^2.0.0", "zod": "^3.24.2" }, "scripts": { "test": "vitest", "build": "tsc" } }