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 to use | info |
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 |