Add HL MES manager with AI assistant service

This commit is contained in:
2026-05-25 18:28:10 +08:00
commit 35f11c095d
881 changed files with 172675 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "hl-mes-ai-mcp-service",
"version": "1.0.0",
"private": true,
"description": "HTTP bridge and MCP-style tool service for HL_MES_manager AI assistant.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"status": "powershell -ExecutionPolicy Bypass -File .\\status.ps1",
"start:bg": "powershell -ExecutionPolicy Bypass -File .\\start.ps1",
"stop": "powershell -ExecutionPolicy Bypass -File .\\stop.ps1",
"kb:build": "node scripts/build-knowledge-base.js"
},
"engines": {
"node": ">=16"
}
}