Calculator Streamable HTTP
0
Provides a streamable HTTP server for basic arithmetic operations using the MCP protocol.
Acerca de
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.
Características Principales
- Support for event streaming
- Dynamic tool discovery
- Session management capabilities
- 0 GitHub stars
- MCP Protocol compliant API
- HTTP-based calculator functionality
Casos de Uso
- Providing a backend service for simple calculations
- Integrating basic arithmetic capabilities into AI agents
- Developing MCP-compatible client applications