Metadata-Version: 2.4
Name: green-whatsapp-mcp-server
Version: 0.1.13
Summary: Simple MCP Server for sending WhatsApp messages via Green API
Project-URL: Homepage, https://github.com/yourusername/green-whatsapp-mcp-server
Author-email: Muhammad Noman <muhammadnomanshafiq76@gmail.com>
License: MIT
License-File: LICENSE
Keywords: green-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: mcp>=1.9.1
Requires-Dist: whatsapp-api-client-python>=0.0.49
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
```
