소개
Provides a demo implementation of an MCP client using Web Workers and Server-Sent Events (SSE). It showcases a type-safe implementation in TypeScript, built with Vite + React, and includes an interactive testing UI to connect to an MCP server, list available tools, and execute them with JSON input. This project serves as a practical example of how to build an MCP client using modern web technologies.
주요 기능
- Server-Sent Events (SSE) transport
- Interactive testing UI
- 2 GitHub stars
- Type-safe implementation with TypeScript
- Web Worker-based MCP client implementation
- Built with Vite + React
사용 사례
- Learning about Web Workers and SSE integration
- Testing MCP server implementations
- Developing custom MCP client applications