Demonstrates a Model Context Protocol (MCP) client implementation using Web Workers and Server-Sent Events (SSE).
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.