MRP Calculator MCP Server

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 설정 파일을 통해 구성할 수 있습니다.

지엑스피1

개발

  • TypeScript로 작성됨
  • 서버 구현을 위해 MCP SDK를 사용합니다.
  • 검증을 위한 테스트 케이스가 포함되어 있습니다

프로젝트 구조

mrp-calculator/ ├── src/ │ ├── index.ts # Main server implementation │ ├── calculator.ts # MRP calculation logic │ ├── types.ts # TypeScript type definitions │ └── validator.ts # Input validation ├── package.json ├── tsconfig.json └── README.md

건물과 운영

# Install dependencies npm install # Build the server npm run build # Run the server node dist/index.js

버전 제어

이 저장소는 버전 관리를 위해 Git을 사용합니다. 중요 파일은 추적되고, 빌드 아티팩트와 종속성은 .gitignore를 통해 무시됩니다.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

재고 수준, 예측 및 주문 제약 조건에 따라 납품 일정을 계산하고, 주문 필요 사항을 결정하고, MRP 기간 계산을 수행하기 위한 자재 소요량 계획(MRP) 도구를 제공합니다.

  1. Overview
    1. Features
      1. Tools
        1. calculate_order_need
      2. Configuration
        1. Development
          1. Project Structure
            1. Building and Running
              1. Version Control
                ID: we2rlwkgal