{ "name": "@m00nsolutions/mcp-server", "version": "1.5.3", "mcpName": "io.github.m00nreport/mcp-server", "description": "Agentic test management over MCP: an AI assistant can author test cases, plan manual executions, link automation to the cases it covers, cut releases and read project health in M00N Report, an AI-native test management platform.", "type": "module", "main": "dist/cli.js", "types": "dist/cli.d.ts", "bin": { "m00n-mcp": "bin/m00n-mcp.js" }, "files": [ "dist", "preview-snapshot.json", "bin", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "snapshot:refresh": "node scripts/refresh-snapshot.mjs", "prepublishOnly": "npm test", "clean": "rimraf dist", "test": "npm run build && node scripts/run-tests.mjs" }, "keywords": [ "mcp", "model-context-protocol", "m00n", "m00nreport", "test-reporting", "ai", "claude", "cursor", "testing", "analytics", "playwright", "jest", "test management", "test case management", "TMS" ], "author": "M00N Report", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/m00nreport/mcp-server.git" }, "homepage": "https://m00nreport.com/documentation/mcp/quick-start", "bugs": { "url": "https://github.com/m00nreport/mcp-server/issues" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "axios": "^1.19.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20.0.0", "rimraf": "^5.0.0", "typescript": "^5.3.0" } }