{ "name": "github-issue-mcp", "version": "1.1.2", "mcpName": "io.github.sarim-aliii/github-issue-mcp", "description": "Reusable MCP server for generating, validating, and managing GitHub issues with AI-powered duplicate detection", "type": "module", "main": "./dist/index.js", "bin": { "github-issue-mcp": "dist/server/cli.js" }, "exports": { ".": "./dist/index.js", "./server": "./dist/server/index.js", "./server/stdio": "./dist/server/stdio.js" }, "files": [ "dist", "README.md", ".env.example", "LICENSE" ], "scripts": { "dev": "tsx src/index.ts", "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "dependencies": { "@google/genai": "^2.16.0", "@inquirer/prompts": "^8.5.2", "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^17.4.2", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.2.0", "tsx": "^4.23.12", "typescript": "^7.0.2", "vitest": "^4.1.10" } }