lotus-wisdom-mcp
Version:
A Model Context Protocol server implementing the Lotus Wisdom framework
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "lotus-wisdom-mcp",
"version": "0.1.1",
"description": "A Model Context Protocol server implementing the Lotus Wisdom framework",
"main": "dist/bundle.js",
"type": "module",
"bin": {
"lotus-wisdom": "cli.js"
},
"files": [
"dist/",
"cli.js",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && npx esbuild index.ts --bundle --platform=node --format=esm --outfile=dist/bundle.js",
"start": "node dist/bundle.js",
"dev": "tsc && node dist/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/linxule/lotus-wisdom-mcp.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"lotus-sutra",
"wisdom",
"claude",
"ai-tools"
],
"author": "Xule Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/linxule/lotus-wisdom-mcp/issues"
},
"homepage": "https://github.com/linxule/lotus-wisdom-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}