Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mateusdata • Uncategorized
A TypeScript server implementing a simple Model Context Protocol (MCP) for handling JSON-RPC requests and real-time communication.
Handle JSON-RPC requests in a simple MCP server environment.
Real-time communication capabilities via Server-Sent Events (SSE).
Example tools and client-server code to learn and test MCP implementations.
This project provides a minimal MCP server example written in TypeScript, featuring basic tools like 'add-number' and 'greet'. It supports JSON-RPC requests and Server-Sent Events (SSE) for real-time communication, making it ideal for learning and testing MCP server interactions. The repository includes simple client and server code to facilitate easy experimentation and understanding of MCP.