Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Run mode | mcp |
| api-key | No | API key for WhatsApp Web REST API when using api mode | |
| api-port | No | Port for WhatsApp API server | 3001 |
| mcp-mode | No | MCP connection mode | standalone |
| sse-port | No | Port for SSE server | 3002 |
| log-level | No | Logging level | |
| transport | No | MCP transport mode | sse |
| api-base-url | No | API base URL for MCP when using api mode | http://localhost:3001/api |
| auth-strategy | No | Authentication strategy | local |
| auth-data-path | No | Path to store authentication data | .wwebjs_auth |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |