{ "name": "shapewords-mcp", "version": "0.2.2", "description": "Universal MCP server for generating ShapeWords word clouds.", "mcpName": "io.github.kirrrr-2423/shapewords-mcp", "type": "module", "bin": { "shapewords-mcp": "src/index.js" }, "files": [ "LICENSE", "README.md", "server.json", "THIRD_PARTY_NOTICES.txt", "scripts/smoke.mjs", "scripts/smoke-skia.mjs", "src/" ], "scripts": { "start": "node src/index.js", "inspect": "npx @modelcontextprotocol/inspector node src/index.js", "check": "node --check src/index.js && node --check src/localSkiaRenderer.js && node --check scripts/smoke-skia.mjs && node --check scripts/smoke.mjs", "test": "npm run check && npm run smoke:skia", "smoke": "node scripts/smoke.mjs", "smoke:skia": "node scripts/smoke-skia.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/kirrrr-2423/shapewords-mcp.git" }, "homepage": "https://shapewords.fun/", "bugs": { "url": "https://github.com/kirrrr-2423/shapewords-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "word-cloud", "shapewords", "ai-tools" ], "author": "ShapeWords", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@napi-rs/canvas": "^1.0.0", "canvaskit-wasm": "^0.41.1", "fontkit": "^2.0.4", "zod": "^4.4.3" }, "engines": { "node": ">=20" } }