fountainheadz-666/alight-mcp-SSE
3.1
If you are the rightful owner of alight-mcp-SSE and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The alight-mcp-SSE is a custom server designed to handle Model Context Protocol (MCP) with Server-Sent Events (SSE) using streamlined HTTP.
alight-mcp-SSE
Create a custom mcp SSE server with streamable HTTP https://modelcontextprotocol.io/docs/develop/build-server#node
Initialize a new npm project
npm init -y
Install dependencies
npm install @modelcontextprotocol/sdk zod@3 npm install -D @types/node typescript
#Run the server npm run build