Exposes counter management, arithmetic operations, and IP address validation tools via a Server-Sent Events (SSE) endpoint.
Poem provides a Model Context Protocol (MCP) server implemented in Rust, leveraging the `poem` framework to offer real-time interaction through a Server-Sent Events (SSE) endpoint. This server hosts tools for managing counters (increment, decrement, get value), performing addition, and validating IP addresses, including checking if an IP falls within a specific CIDR range.