{ "name": "zephyr-scale-mcp", "version": "1.0.0", "description": "MCP server for Zephyr Scale on self-hosted Jira Server / Data Center: test cases, cycles, executions, plans, folders, attachments and automation via REST API v1", "mcpName": "io.github.vilaabo/zephyr-scale-mcp", "type": "module", "bin": { "zephyr-scale-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "CHANGELOG.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "smoke": "ZEPHYR_E2E=1 vitest run test/smoke.e2e.test.ts", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "keywords": [ "mcp", "zephyr-scale", "tm4j", "jira", "testing" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vilaabo/zephyr-scale-mcp.git" }, "homepage": "https://github.com/vilaabo/zephyr-scale-mcp#readme", "bugs": { "url": "https://github.com/vilaabo/zephyr-scale-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^26.1.1", "msw": "^2.15.0", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.1.10" } }