19 lines
482 B
JSON
Raw Normal View History

{
"name": "guanghulab-mcp-server",
"version": "1.0.0",
"description": "铸渊 MCP Server — 光湖代码仓库远程操作接口 · WorkBuddy/CodeBuddy 一键连接",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"express": "^4.21.0",
"cors": "^2.8.5"
},
"author": "铸渊 · ICE-GL-ZY001",
"license": "UNLICENSED",
"private": true
}