{ "name": "gitee-mcp", "version": "0.1.0", "mcpName": "io.github.PaulSeth/gitee-mcp-server", "description": "让 AI 用自然语言管理 Gitee 仓库的 MCP Server(查 star/issue、建单、生成中文 CHANGELOG)", "type": "module", "main": "build/index.js", "bin": { "gitee-mcp": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build", "README.md", "LICENSE", "DESIGN.md" ], "keywords": [ "mcp", "gitee", "model-context-protocol", "changelog", "developer-tools" ], "license": "MIT", "author": "Paul (PaulSeth) <305840795@qq.com>", "homepage": "https://gitee.com/jokerbhind/gitee-mcp-server", "repository": { "type": "git", "url": "git+https://gitee.com/jokerbhind/gitee-mcp-server.git" }, "bugs": { "url": "https://gitee.com/jokerbhind/gitee-mcp-server/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }