forked from meswork/HL_MES_manager_ai
18 lines
552 B
JSON
18 lines
552 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|