Metadata-Version: 2.4
Name: iflow-mcp_the-momentum-python-ai-kit
Version: 0.1.0
Summary: A simple MCP server example
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: fastmcp>=2.12
Requires-Dist: pydantic>=2.11.7
Description-Content-Type: text/markdown

# Python AI Kit MCP Server

A simple MCP server example based on the Python AI Kit template.

## Features

- **FastMCP Integration**: Built on FastMCP for easy tool management
- **Simple Tools**: Includes basic tools like hello, add, and multiply
- **Type Safety**: Full Pydantic integration for robust data validation

## Installation

```bash
pip install iflow-mcp_the-momentum-python-ai-kit
```

## Usage

### Using stdio transport
```bash
mcp-server
```

### Using uvx
```bash
uvx iflow-mcp_the-momentum-python-ai-kit
```

## Available Tools

- `hello(name: str)`: Say hello to the user
- `add(a: int, b: int)`: Add two numbers together
- `multiply(a: int, b: int)`: Multiply two numbers together

## License

MIT License