{ "name": "gogs-mcp-server", "version": "1.0.0", "description": "MCP server for Gogs git provider", "type": "module", "main": "dist/index.js", "bin": { "gogs-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "tsx src/index.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "gogs", "git", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.5", "tsx": "^4.19.2", "typescript": "^5.7.2" } }