Enables AWS Lambda functions to operate as an MCP server with Server-Sent Events (SSE) support.
This Node.js package adapts the MCP TypeScript SDK for use with AWS Lambda, providing server infrastructure and supporting Server-Sent Events (SSE) through Lambda response streaming. It includes features for handling CORS and HTTP method validation. The package provides an MCP Server implementation with SSE transport, protocol handling (JSON-RPC), and streaming response support, while your Lambda function provides the tool and prompt implementations, business logic, API clients, and configuration.