{ "name": "lgl-mcp-server", "version": "1.7.0", "mcpName": "io.github.WillHeadlee/lgl-mcp-server", "description": "MCP server for the Little Green Light nonprofit CRM — manage constituents, gifts, groups, activities, and contact records directly without third-party middleware.", "type": "module", "bin": { "lgl-mcp-server": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/WillHeadlee/Little-Green-Light-MCP-Server.git" }, "scripts": { "start": "node index.js", "test": "node --test" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "exceljs": "^4.4.0" } }