lotus-wisdom-mcp
Version:
Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.
59 lines (58 loc) • 1.57 kB
JSON
{
"name": "lotus-wisdom-mcp",
"version": "0.7.1",
"description": "Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.",
"main": "dist/bundle.js",
"module": "index.ts",
"type": "module",
"bin": {
"lotus-wisdom": "cli.js"
},
"files": [
"dist/",
"cli.js",
"README.md",
"LICENSE"
],
"scripts": {
"build:app": "cd app && bun install --frozen-lockfile && bunx vite build",
"build": "npm run build:app && tsc && cp app/dist/mcp-app.html dist/journey.html && 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",
"contemplative-reasoning",
"ext-apps",
"claude",
"ai-tools"
],
"author": "Xule Lin",
"license": "MIT",
"mcpName": "io.github.linxule/lotus-wisdom",
"bugs": {
"url": "https://github.com/linxule/lotus-wisdom-mcp/issues"
},
"homepage": "https://github.com/linxule/lotus-wisdom-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"chalk": "^5.6.0",
"express": "^4.21.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.5",
"typescript": "^5.9.0"
},
"engines": {
"node": ">=18.0.0"
}
}