{ "name": "gitstandup-mcp", "version": "1.0.6", "description": "MCP server for generating daily standup notes from git commits", "mcpName": "io.github.muba00/gitstandup", "type": "module", "bin": { "gitstandup-mcp": "./build/index.js" }, "repository": { "type": "git", "url": "https://github.com/muba00/gitstandup.git" }, "scripts": { "build": "tsc && chmod +x build/index.js", "dev": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "git", "standup", "commits" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "simple-git": "^3.25.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.0" }, "files": [ "build" ] }