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.