Gitee

by normal-coder
Verified
{ "name": "gitee-mcp-server", "version": "0.1.1", "description": "MCP Server for using the Gitee API", "license": "MIT", "author": { "name": "诺墨", "email": "normal@normalcoder.com", "url": "https://gitee.com/normalcoder/gitee-mcp-server" }, "homepage": "https://gitee.com/normalcoder/gitee-mcp-server", "type": "module", "bin": { "mcp-server-gitee": "dist/bin.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "watch": "tsc --watch", "start": "node dist/bin.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "dotenv": "^16.4.7", "universal-user-agent": "^7.0.0", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/node": "^20.10.5", "shx": "^0.3.4", "typescript": "^5.8.2" } }