UNPKG

jaegis-github-mcp-server

Version:

GitHub MCP Server - AI-powered Model Context Protocol server with JAEGIS AI documentation intelligence, natural language workflows, and 45+ comprehensive GitHub tools

60 lines (59 loc) 1.45 kB
{ "name": "jaegis-github-mcp-server", "version": "3.1.0", "description": "GitHub MCP Server - AI-powered Model Context Protocol server with JAEGIS AI documentation intelligence, natural language workflows, and 45+ comprehensive GitHub tools", "main": "dist/index.js", "bin": { "github-mcp-server": "dist/index.js", "jaegis-github": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "package.json" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "jaegis", "github", "automation", "ai", "documentation", "repository-management", "natural-language", "workflows" ], "author": "JAEGIS Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "@octokit/rest": "^20.0.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "ts-node": "^10.9.1", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/github-mcp-server.git" }, "bugs": { "url": "https://github.com/yourusername/github-mcp-server/issues" }, "homepage": "https://github.com/yourusername/github-mcp-server#readme" }