Introduction To
CreatedLiteObject
Illustrates basic calculator operations using SSE and stdio transports with a minimal Model Context Protocol (MCP) server and client example.
About
This is a minimal MCP server and client example designed to demonstrate basic calculator operations. It showcases the use of both Server-Sent Events (SSE) and standard input/output (stdio) transports for communication between the client and server. The example provides a practical understanding of implementing MCP for simple functionalities.
Key Features
- 0 GitHub stars
Use Cases
- Learning MCP server/client implementation
- Understanding different transport mechanisms (SSE, stdio) within MCP
- Testing basic calculator operations over MCP