Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Runtime environment | development |
NO_COLOR | No | Disable colored output (set to 1 to disable) | 0 |
LOG_LEVEL | No | Log level (ERROR/WARN/INFO/DEBUG) | INFO |
WECHAT_APP_ID | Yes | Your WeChat public platform AppID | |
WECHAT_APP_SECRET | Yes | Your WeChat public platform AppSecret |
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 |
---|---|
wechat_publish_article | 将文章发布到微信公众号,支持Markdown格式 |
wechat_query_status | 查询文章发布状态和统计数据 |