Metadata-Version: 2.3
Name: calculator-mcp
Version: 0.1.0
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.

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

## Purpose

This section is for you to describe what you aimed to learn or experiment with by building this calculator project. For example:

*   Learning the basics of Python development with Poetry.
*   Understanding how to structure a simple Python package.
*   Exploring specific Python features or libraries (if any were used, e.g., for building a server as suggested by `server.py`).
*   Practicing writing a simple server application.

## 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 
    ```

