UNPKG

lifecoach-mcp-server

Version:

人生教练 MCP 服务器 - 连接 Cloudflare Worker API,提供 12 位知名人生教练的专业提示词

64 lines 1.59 kB
{ "name": "lifecoach-mcp-server", "version": "1.1.0", "description": "人生教练 MCP 服务器 - 连接 Cloudflare Worker API,提供 12 位知名人生教练的专业提示词", "type": "module", "main": "src/index.js", "bin": { "lifecoach-mcp-server": "src/index.js" }, "files": [ "src/", "README.md", "LICENSE" ], "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "build": "echo 'No build step required for Node.js'", "test": "echo 'No tests yet'", "prepack": "node scripts/prepack.js", "prepublishOnly": "npm run build", "postinstall": "echo 'LifeCoach MCP Server installed successfully! Use: lifecoach-mcp-server'", "publish:npm": "./scripts/publish.sh" }, "keywords": [ "mcp", "model-context-protocol", "lifecoach", "ai", "personal-development", "claude", "anthropic", "prompt", "coaching", "self-improvement", "李笑来", "苏格拉底", "查理芒格", "埃隆马斯克" ], "author": { "name": "chengfeng", "url": "https://lifecoach.chengfeng.me" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-username/lifecoach-mcp-server.git" }, "homepage": "https://lifecoach.chengfeng.me", "bugs": { "url": "https://github.com/your-username/lifecoach-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "node-fetch": "^3.3.2" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }