A minimal Model Context Protocol (MCP) server written in Rust. Exposes two tools over stdio: - `get_time(timezone?: string)` — current date and time in the given IANA timezone (defaults to UTC) - `text_stats(text: string)` — character / word / line counts for an input string Built on [rmcp](https://crates.io/crates/rmcp), the official Anthropic Rust SDK.