mirror of
https://github.com/jlengrand/whatsapp-mcp.git
synced 2026-03-10 08:51:23 +00:00
Update README.md
clarify the path in json setting.
This commit is contained in:
@@ -51,10 +51,10 @@ Here's an example of what you can do when it's connected to Claude.
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"whatsapp": {
|
"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": [
|
"args": [
|
||||||
"--directory",
|
"--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",
|
"run",
|
||||||
"main.py"
|
"main.py"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user