forked from meswork/HL_MES_manager_ai
Add HL MES manager with AI assistant service
This commit is contained in:
125
ai-mcp-service/knowledge/index.json
Normal file
125
ai-mcp-service/knowledge/index.json
Normal file
@@ -0,0 +1,125 @@
|
||||
[
|
||||
{
|
||||
"id": "overview",
|
||||
"title": "系统总体知识",
|
||||
"category": "architecture",
|
||||
"tags": [
|
||||
"系统架构",
|
||||
"前端",
|
||||
"后端",
|
||||
"模块"
|
||||
],
|
||||
"file": "overview.md",
|
||||
"summary": "HL_MES_manager 的技术架构、目录、模块数量和核心入口。"
|
||||
},
|
||||
{
|
||||
"id": "software-features",
|
||||
"title": "软件功能知识库",
|
||||
"category": "feature",
|
||||
"tags": [
|
||||
"功能",
|
||||
"页面",
|
||||
"菜单",
|
||||
"业务模块"
|
||||
],
|
||||
"file": "software-features.md",
|
||||
"summary": "按业务模块整理前端页面和 MES 功能。"
|
||||
},
|
||||
{
|
||||
"id": "page-operation-catalog",
|
||||
"title": "页面级操作知识库",
|
||||
"category": "frontend",
|
||||
"tags": [
|
||||
"页面",
|
||||
"按钮",
|
||||
"导出",
|
||||
"查询",
|
||||
"操作"
|
||||
],
|
||||
"file": "page-operation-catalog.md",
|
||||
"summary": "从 137 个 Vue 页面抽取页面操作、按钮和接口线索。"
|
||||
},
|
||||
{
|
||||
"id": "export-capabilities",
|
||||
"title": "导出能力知识库",
|
||||
"category": "frontend",
|
||||
"tags": [
|
||||
"导出",
|
||||
"Excel",
|
||||
"报表",
|
||||
"下载"
|
||||
],
|
||||
"file": "export-capabilities.md",
|
||||
"summary": "整理 58 个具备导出/下载能力的页面。"
|
||||
},
|
||||
{
|
||||
"id": "interfaces-and-procedures",
|
||||
"title": "接口与存储过程知识库",
|
||||
"category": "interface",
|
||||
"tags": [
|
||||
"接口",
|
||||
"存储过程",
|
||||
"ASHX",
|
||||
"MESCommonBase",
|
||||
"CreateData"
|
||||
],
|
||||
"file": "interfaces-and-procedures.md",
|
||||
"summary": "从源码抽取 3310 条接口/存储过程调用。"
|
||||
},
|
||||
{
|
||||
"id": "frontend-task-map",
|
||||
"title": "前端操作任务知识库",
|
||||
"category": "frontend",
|
||||
"tags": [
|
||||
"前端操作",
|
||||
"页面跳转",
|
||||
"导出",
|
||||
"系统日志",
|
||||
"报警日志"
|
||||
],
|
||||
"file": "frontend-task-map.md",
|
||||
"summary": "把用户常见请求映射到当前 MES 前端页面、源码路径和导出接口。"
|
||||
},
|
||||
{
|
||||
"id": "database-knowledge",
|
||||
"title": "数据库知识库",
|
||||
"category": "database",
|
||||
"tags": [
|
||||
"数据库",
|
||||
"SQL Server",
|
||||
"表",
|
||||
"存储过程",
|
||||
"Excel"
|
||||
],
|
||||
"file": "database-knowledge.md",
|
||||
"summary": "数据库资料、Excel 工作簿结构和从接口名推断的对象线索。"
|
||||
},
|
||||
{
|
||||
"id": "plc-mqtt-integration",
|
||||
"title": "PLC 与 MQTT 集成知识库",
|
||||
"category": "integration",
|
||||
"tags": [
|
||||
"PLC",
|
||||
"MQTT",
|
||||
"RFID",
|
||||
"OP010",
|
||||
"质量保存"
|
||||
],
|
||||
"file": "plc-mqtt-integration.md",
|
||||
"summary": "现场 PLC、RFID、MQTT、OP010、自动工位和 OPA 上料的集成要点。"
|
||||
},
|
||||
{
|
||||
"id": "operations-and-risk",
|
||||
"title": "运维与风险知识库",
|
||||
"category": "operations",
|
||||
"tags": [
|
||||
"运维",
|
||||
"部署",
|
||||
"安全",
|
||||
"故障排查",
|
||||
"风险"
|
||||
],
|
||||
"file": "operations-and-risk.md",
|
||||
"summary": "前端、后端、AI 服务的部署检查和已知安全风险。"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user