Calculator Streamable HTTP
0
Provides a streamable HTTP server for basic arithmetic operations using the MCP protocol.
关于
Offers a Python-based HTTP server implementing the MCP protocol to provide core arithmetic operations. It enables clients to initialize sessions, discover available tools such as an 'add' function, and execute them over HTTP. Its streamable design suggests support for real-time data exchange or event streaming, making it suitable for interactive agents or applications requiring continuous communication with the calculator functionality.
主要功能
- Support for event streaming
- Dynamic tool discovery
- Session management capabilities
- 0 GitHub stars
- MCP Protocol compliant API
- HTTP-based calculator functionality
使用案例
- Providing a backend service for simple calculations
- Integrating basic arithmetic capabilities into AI agents
- Developing MCP-compatible client applications