{ "name": "trello-mcp-server", "version": "1.0.0", "description": "MCP server for Trello API - 2026 Complete Version", "type": "module", "main": "dist/index.js", "author": "MCPEngine ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/BusyBee3333/Trello-MCP-2026-Complete.git" }, "keywords": [ "mcp", "trello", "trello", "api", "ai" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "clean": "rm -rf dist", "rebuild": "npm run clean && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "zod": "^3.22.4", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "tsx": "^4.7.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }