greet-mcp-sse
0
This project is an MCP server designed to connect with multiple clients using Server-Sent Events. It provides a setup for both client and server sides, indicating a focus on clear communication infrastructure.
Remote MCP Server with SSE
An MCP server that is able to connect to multiple client with SSEServerTransport.
Set up on both client and server side
- Run
npm install
to install necessary dependency on both client and server folder - Run
npm start
on different terminal session for both client and server.