[铸渊] 新增 package.json — 铸渊网关

This commit is contained in:
bingshuo 2026-05-16 22:48:28 +08:00
parent d95287217f
commit 64b57cfca0

View File

@ -0,0 +1,10 @@
{
"name": "zhuyuan-gateway",
"version": "1.0.0",
"description": "铸渊网关 — 远程服务器管理MCP工具集",
"private": true,
"scripts": {
"start": "node zhuyuan-gateway-mcp.js",
"gatekeeper": "node gatekeeper/index.js"
}
}