Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The Node.js environment mode (e.g., 'production', 'development') | production |
| LOG_LEVEL | No | The logging level for the server (e.g., 'info', 'debug') | info |
| SERVER_NAME | No | The name of the MCP server | yijing-bazi-mcp-server |
| ENABLE_CACHE | No | Enable or disable caching functionality | true |
| SERVER_VERSION | No | The version of the MCP server | 1.0.0 |
| ENABLE_PERFORMANCE_MONITORING | No | Enable or disable performance monitoring | true |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| yijing_generate_hexagram | 根据指定方法生成六爻卦象 |
| yijing_interpret | 对卦象进行多层次解读 |
| yijing_advise | 基于卦象提供决策建议 |
| bazi_generate_chart | 生成八字命盘 |
| bazi_analyze | 分析八字命盘 |
| bazi_forecast | 预测未来运势 |
| combined_analysis | 结合易经和八字进行综合分析 |
| destiny_consult | 提供命理咨询服务 |
| knowledge_learn | 学习易经和八字知识 |
| case_study | 分析易经和八字案例 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |