Provides basic math operations to an MCP client, enabling LLMs to perform calculations.
This project demonstrates how to build a simple MCP server that offers basic math operations to an MCP client. It serves as an example for implementing the Model Context Protocol (MCP), allowing Large Language Models (LLMs) to access and utilize custom tools and services. The calculator server enables clients to make requests for performing calculations, showcasing how to enrich LLMs with external data and context.