Metadata-Version: 2.3
Name: calculator-mcp
Version: 0.1.2
Summary: MCP server that gives you calculator tools
Author: Azam Afridi
Author-email: azamafridi.ai@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# Calculator MCP - Learning Project

This project, `calculator-mcp`, was built for learning purposes. This MCP server gives you access to the following calculator tools:
1. add(a,b)
2. subtract(a,b)
3. multiply(a,b)
4. divide(a,b)

## How to Run / Usage

This project is managed with Poetry.

1.  **Set up the environment (if you haven't already):**
    Make sure you have Poetry installed. ([Installation Guide](https://python-poetry.org/docs/#installation)).
    ```bash
    poetry install
    ```

2.  **Running the server (example based on `server.py`):**
    ```bash
    # poetry run calculator-mcp 
    ```

**Author:** Azam Afridi (azamafridi.ai@gmail.com)
**Version:** 0.1.1
**Python:** >=3.10
