UNPKG

mcp-server-liuyao

Version:

MCP server for liuyao hexagram calculation, forwarding requests to a local Python service.

27 lines (26 loc) 542 B
{ "name": "mcp-server-liuyao", "version": "1.0.5", "description": "MCP server for liuyao hexagram calculation, forwarding requests to a local Python service.", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "keywords": [ "mcp", "liuyao", "hexagram", "divination" ], "author": "", "license": "MIT", "bin": { "mcp-server-liuyao": "index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.2", "node-fetch": "^3.3.2" } }