{ "name": "mcp-figma-comment-summary", "version": "1.0.0", "description": "MCP server to retrieve and summarize Figma file comments", "type": "module", "main": "index.js", "bin": { "mcp-figma-comment-summary": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "keywords": [ "mcp", "figma", "comments", "model-context-protocol" ], "author": "Fran Herrera and Sergio Martinez", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.5", "node-fetch": "^3.3.2" }, "engines": { "node": ">=18.0.0" } }