UNPKG

@lucianaib/mind-map-mcp

Version:

一个用于生成思维导图的 MCP 服务器

44 lines 971 B
{ "name": "@lucianaib/mind-map-mcp", "version": "3.0.0", "description": "一个用于生成思维导图的 MCP 服务器", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "mindmap", "思维导图", "model-context-protocol" ], "author": "lucianaib", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "bin": { "mind-map-mcp": "./dist/index.js" }, "files": [ "dist/**/*", "README.md" ], "repository": { "type": "git", "url": "https://github.com/lfrbmw/Mind-map-mcp.git" }, "homepage": "https://github.com/lfrbmw/Mind-map-mcp#readme", "bugs": { "url": "https://github.com/lfrbmw/Mind-map-mcp/issues" } }