Metadata-Version: 2.4
Name: green-whatsapp-mcp-server
Version: 0.1.16
Summary: MCP Server for sending messages via WhatsApp API
Project-URL: Homepage, https://github.com/yourusername/green-whatsapp-mcp-server 
Author-email: Your Name <your.email@example.com>
License: MIT
License-File: LICENSE
Keywords: api,mcp,messaging,server,whatsapp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: aiofiles>=0.8.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: whatsapp-api-client-python
Description-Content-Type: text/markdown

# Green WhatsApp MCP Server

A simple MCP server for sending WhatsApp messages using Green API.

## Installation

1. Install the required dependencies:

```bash
pip install mcp whatsapp-api-client-python
```
