Implements a minimalistic MCP server using a bash script for basic mathematical operations.
Bash Math offers a lightweight implementation of an MCP (Model Context Protocol) server, crafted entirely in bash script. This server demonstrates the core functionalities of the MCP lifecycle, from initial handshake to the execution of simple tools like adding two numbers. Designed for easy testing and integration, it's an ideal starting point for understanding and experimenting with the Model Context Protocol in a simple, accessible environment.