Provides example MCP client and server implementations using SDK and JSON-RPC to facilitate learning the Model Context Protocol.
Guide offers a set of basic MCP client and server implementations designed to help developers learn and understand the Model Context Protocol (MCP) from the ground up. It includes examples of both client and server implementations, leveraging the MCP SDK and JSON-RPC. The repository features multiple server examples including stdio and HTTP-based servers, along with a CLI client. The provided weather tool examples demonstrate fetching weather alerts and forecasts, enabling users to experiment with real-world data integration and OpenAI model interaction.