UNPKG

@nvhien20vn/git-mcp-server

Version:
102 lines (101 loc) 2.57 kB
{ "name": "@nvhien20vn/git-mcp-server", "version": "0.0.1", "description": "mcp for git", "type": "module", "license": "MITMIT", "author": "Hien Nguyen", "repository": { "type": "git", "url": "git+https://github.com/nvhien20vn/git-mcp-server.git" }, "homepage": "https://github.com/nvhien20vn/git-mcp-server#readme", "bugs": { "url": "https://github.com/nvhien20vn/git-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "bin": { "git-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node --loader ts-node/esm scripts/make-executable.ts dist/index.js", "start": "node dist/index.js", "start:stdio": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=stdio node dist/index.js", "start:http": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=http node dist/index.js", "rebuild": "ts-node --esm scripts/clean.ts && npm run build", "tree": "ts-node --esm scripts/tree.ts", "inspector": "npx @modelcontextprotocol/inspector --config mcp.json --server git-mcp-server", "inspector:http": "npx @modelcontextprotocol/inspector --config mcp.json --server git-mcp-server-http", "clean": "ts-node --esm scripts/clean.ts" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/inspector": "^0.13.0", "@modelcontextprotocol/sdk": "^1.12.1", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^22.15.29", "@types/sanitize-html": "^2.16.0", "@types/validator": "^13.15.1", "chrono-node": "2.8.0", "dotenv": "^16.5.0", "express": "^5.1.0", "ignore": "^7.0.5", "jsonwebtoken": "^9.0.2", "openai": "^5.0.2", "partial-json": "^0.1.7", "sanitize-html": "^2.17.0", "tiktoken": "^1.0.21", "ts-node": "^10.9.2", "typescript": "^5.8.3", "validator": "^13.15.15", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", "yargs": "^18.0.0", "zod": "^3.25.49" }, "keywords": [ "typescript", "MCP", "model-context-protocol", "mcp-server", "llm-tools", "git-tools", "LLM", "AI-integration", "server", "git", "version-control", "repository", "branch", "cherry-pick", "clone", "commit", "devops", "diff", "fetch", "log", "llm-tools", "merge", "pull", "push", "rebase", "remote", "reset", "stash", "status", "tag", "worktree", "ai-agent", "automation" ], "devDependencies": { "@types/express": "^5.0.2" } }