{ "name": "@barissozudogru/gha-intel-mcp", "version": "0.4.3", "mcpName": "io.github.barissozudogru/gha-intel", "description": "GitHub Actions intelligence MCP server - workflow timing analysis, configuration audit, and billing insights", "type": "module", "main": "dist/index.js", "bin": { "gha-intel-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "test": "npm run build && node --test dist/index.test.js", "prepublishOnly": "npm run build" }, "files": [ "dist", "LICENSE", "README.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "https://github.com/barissozudogru/gha-intel-mcp.git" }, "keywords": [ "mcp", "github-actions", "optimization", "ci-cd", "workflow" ], "author": "Baris Sozudogru", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "express": "^5.2.1", "zod": "^4.3.6" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^25.5.0", "typescript": "^5.9.3" } }