greet-mcp-sse

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

  1. Run npm install to install necessary dependency on both client and server folder
  2. Run npm start on different terminal session for both client and server.