{ "name": "test-genie-mcp", "version": "3.1.1", "mcpName": "io.github.MUSE-CODE-SPACE/test-genie", "description": "AI-powered app test automation MCP server - scenario generation, execution, detection, and auto-fixing", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "test-genie-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "start:http": "MCP_HTTP_MODE=true node dist/index.js", "test": "jest --passWithNoTests", "test:coverage": "jest --coverage --passWithNoTests", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "test-automation", "app-testing", "memory-leak-detection", "ai-testing", "scenario-generation", "ios-testing", "android-testing", "flutter-testing", "react-native-testing", "e2e-testing" ], "author": "Yoonkyoung Gong", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.3.0", "diff": "^5.1.0", "glob": "^10.3.0", "ts-morph": "^21.0.0", "typescript": "^5.3.0", "uuid": "^11.1.1", "zod": "^3.23.0" }, "optionalDependencies": { "@anthropic-ai/sdk": "^0.40.0", "openai": "^4.70.0" }, "devDependencies": { "@types/diff": "^5.0.0", "@types/jest": "^29.5.0", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "SECURITY.md", "CHANGELOG.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/MUSE-CODE-SPACE/test-genie-mcp.git" }, "overrides": { "@typescript-eslint/typescript-estree": { "minimatch": "^9.0.9" } } }