Introduction To
0
Illustrates basic calculator operations using SSE and stdio transports with a minimal Model Context Protocol (MCP) server and client example.
소개
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.
주요 기능
- 0 GitHub stars
사용 사례
- Learning MCP server/client implementation
- Understanding different transport mechanisms (SSE, stdio) within MCP
- Testing basic calculator operations over MCP