From bce854eff057d31ff0aef405acb5a553917ed8aa Mon Sep 17 00:00:00 2001 From: "Alain@Supervaize" Date: Wed, 2 Apr 2025 08:24:17 +0300 Subject: [PATCH] Update README.md clarify the path in json setting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bea626c..5ae43be 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ Here's an example of what you can do when it's connected to Claude. { "mcpServers": { "whatsapp": { - "command": "{{PATH}}/.local/bin/uv", // Run `which uv` and place the output here + "command": "{{PATH_TO_UV}}", // Run `which uv` and place the output here "args": [ "--directory", - "{{PATH}}/whatsapp-mcp/whatsapp-mcp-server", // cd into the repo, run `pwd` and enter the output here + "/whatsapp-mcp-server" + "{{PATH_TO_SRC}}/whatsapp-mcp/whatsapp-mcp-server", // cd into the repo, run `pwd` and enter the output here + "/whatsapp-mcp-server" "run", "main.py" ]