mirror of
https://github.com/jlengrand/whatsapp-mcp.git
synced 2026-03-10 08:51:23 +00:00
12 lines
234 B
TOML
12 lines
234 B
TOML
[project]
|
|
name = "whatsapp-mcp-server"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]>=1.6.0",
|
|
"requests>=2.32.3",
|
|
]
|