Integrations
Used for version control of the MRP calculator's source code, tracking important files while ignoring build artifacts and dependencies via .gitignore.
Handles package management and build scripts for the MRP calculator, enabling users to install dependencies and build the server.
The MRP calculator is written in TypeScript, providing static typing and improved developer experience for implementing the MRP calculation logic.
MRP计算器MCP服务器
概述
该 MCP 服务器提供物料需求计划 (MRP) 计算工具。它遵循模型上下文协议 (MCP) 向系统公开其功能。
特征
- 交货计划计算
- 订单需求确定
- MRP期间计算
工具
该服务器提供以下 MCP 工具:
计算订单需求
根据以下因素计算何时订购以及订购数量:
- 当前库存水平
- 预测期
- 交货时间表
- 顺序约束
配置
可以通过 MCP 设置文件配置服务器:
Copy
发展
- 用 TypeScript 编写
- 使用 MCP SDK 实现服务器
- 包括验证测试用例
项目结构
Copy
构建和运行
Copy
版本控制
此仓库使用 Git 进行版本控制。重要文件会被跟踪,而构建文件和依赖项则会通过 .gitignore 文件忽略。