关于
This example demonstrates a straightforward implementation of an MCP server designed to communicate over streamable HTTP. It showcases how to set up a basic server that can handle remote procedure calls, including common operations like greeting users, performing arithmetic, and generating random numbers, all facilitated by an efficient streamable HTTP transport layer.
主要功能
- 0 GitHub stars
- Lightweight MCP server implementation
- Streamable HTTP transport support
- Demonstrates basic remote procedure calls
- Easy-to-run example setup
使用案例
- Prototyping MCP server applications
- Understanding basic remote procedure call (RPC) design
- Learning about streamable HTTP communication