Metadata-Version: 2.5
Name: amirali-resume
Version: 0.1.0
Summary: MCP server exposing Tavily web search and Amirali's resume
Requires-Python: >=3.10
Requires-Dist: fastmcp
Requires-Dist: python-dotenv
Requires-Dist: tavily-python
Description-Content-Type: text/markdown

# amirali-resume

An MCP server exposing two tools:

- `search_web`: search the web using the Tavily API.
- `amirali_resume`: returns Amirali's resume as markdown text.

## Usage

```bash
uvx amirali-resume
```

Requires a `TAVILY_API_KEY` environment variable (or a `.env` file) for the `search_web` tool to work.
