Calculates mathematical expressions via a lightweight server.
Cal is a simple mathematical expression calculation service built with the FastMCP framework and the Bun runtime. It leverages the expr-eval library to parse and compute user-provided mathematical expressions, interacting with the external world through standard input/output (stdio). This tool aims to provide an efficient calculation utility that supports basic mathematical operations and built-in constants such as E, PI, true, and false.