From f2883b9f913ad18fcfbed0a9297a94300a11d838 Mon Sep 17 00:00:00 2001 From: Luke Harries Date: Sun, 30 Mar 2025 16:53:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa493c5..3d9f6ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a Model Context Protocol (MCP) server for WhatsApp. -With this you can search you personal Whatsapp messages, search your contacts and send messages. +With this you can search you personal Whatsapp messages, search your contacts and send messages to either individuals or groups. It connects to your **personal WhatsApp account** directly via the Whatsapp web multidevice API (using the [whatsmeow](https://github.com/tulir/whatsmeow) library). All your messages are stored locally in a SQLite database and only sent to an LLM (such as Claude) when the agent accesses them through tools (which you control).