{ "name": "@barissozudogru/release-intel-mcp", "version": "0.7.2", "mcpName": "io.github.barissozudogru/release-intel", "description": "MCP server that generates intelligent release notes from GitHub data by correlating commits, PRs, issues, and authors between git refs", "type": "module", "main": "dist/index.js", "bin": { "release-intel-mcp": "dist/index.js", "release-intel-report": "dist/report.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "npm run build && node --test" }, "keywords": [ "mcp", "release-notes", "changelog", "github", "typescript", "developer-tools", "model-context-protocol" ], "author": "barissozudogru", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/barissozudogru/release-intel-mcp.git" }, "homepage": "https://petri-labs.org/tools/release-intel-mcp/", "bugs": { "url": "https://github.com/barissozudogru/release-intel-mcp/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "express": "^5.2.1", "zod": "^4.4.3" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^25.5.0", "typescript": "^5.9.3" } }