package.json•643 B
{
"name": "gitlab-wechat-mcp",
"version": "1.0.0",
"description": "MCP工具:获取GitLab提交记录并发送到企业微信",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"test": "node test.js",
"test:connection": "node test.js"
},
"keywords": [
"mcp",
"gitlab",
"wechat",
"commit",
"daily-report"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0",
"dotenv": "^16.3.0"
},
"devDependencies": {
"@types/node": "^20.0.0"
}
}