Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode (optional) | false |
| DB_PATH | No | Path to SQLite database file | ./data/wechat-mcp.db |
| NODE_ENV | No | Development mode (optional) | development |
| CORS_ORIGIN | No | Comma-separated list of allowed CORS origins (e.g., https://a.example.com,https://b.example.com) | |
| WECHAT_MCP_SECRET_KEY | No | Secret key for AES encryption of sensitive fields (app_secret, token, encoding_aes_key, access_token) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |