forked from meswork/HL_MES_manager_ai
Add HL MES manager with AI assistant service
This commit is contained in:
17
ai-mcp-service/package.json
Normal file
17
ai-mcp-service/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user