这是一个用于生成占卜排盘(当前主要实现:六爻 / Six-line)的 MCP Server
- Python 3.12+
- uv
git clone https://github.com/wangsquirrel/divination-chart-mcp.git
cd divination-chart-mcpuv syncuv run --with . divination-chart-mcp{
"mcpServers": {
"divination-chart-mcp": {
"command": "uvx",
"args": [
"--from",
"https://github.com/wangsquirrel/divination-chart-mcp.git",
"divination-chart-mcp",
]
}
}
}