UNPKG

pms-analysis-reports-mcp-server

Version:

PMS analysis reports server handling maintenance reports, equipment analysis, compliance tracking, and performance metrics with ERP access for data extraction

82 lines (81 loc) 2.84 kB
{ "name": "pms-analysis-reports-mcp-server", "version": "2.0.26", "description": "PMS analysis reports server handling maintenance reports, equipment analysis, compliance tracking, and performance metrics with ERP access for data extraction", "main": "dist/index.js", "type": "module", "bin": { "pms-mcp-server": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/syia-ai/pms_mcp_server" }, "scripts": { "test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js", "prebuild": "npx tsx scripts/generate-types.ts", "build": "tsc && npm run copy-assets", "copy-assets": "node -e \"const fs=require('fs'),path=require('path'); fs.mkdirSync('dist/prompts',{recursive:true}); fs.mkdirSync('dist/resources',{recursive:true}); fs.copyFileSync('src/prompts/prompts.yaml','dist/prompts/prompts.yaml'); fs.copyFileSync('src/resources/resources.yaml','dist/resources/resources.yaml');\"", "start": "node dist/index.js", "dev": "tsx src/index.ts", "postinstall": "node install.js", "prepare": "chmod +x bin/cli.js && npm run build", "install-global": "npm install -g .", "postpublish": "echo 'Package published! Note: The npx test may not work immediately as the registry needs time to update.'", "test-npx": "cd /tmp && npx -y pms-mcp-server@latest --help", "version-bump": "node scripts/version-bump.js", "generate-types": "npx tsx scripts/generate-types.ts", "dev:watch-types": "tsx --watch scripts/generate-types.ts", "test:handlers": "npx tsx test/test-runner.ts", "test:mcp": "npx tsx test/mcp-test-runner.ts" }, "_comment_customize": "🔧 CUSTOMIZE: Update keywords for your domain", "keywords": [ "mcp", "pms", "maintenance", "analysis-reports", "vessel-management" ], "author": "", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.907.0", "@modelcontextprotocol/sdk": "^1.18.1", "axios": "^1.10.0", "commander": "^14.0.0", "dotenv": "^16.6.1", "js-yaml": "^4.1.0", "mongodb": "^6.17.0", "typescript": "^5.7.2", "typesense": "^2.0.3", "winston": "^3.17.0" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/dotenv": "^6.1.1", "@types/js-yaml": "^4.0.5", "@types/mime-types": "^3.0.1", "@types/mongodb": "^4.0.6", "@types/node": "^20.19.1", "@types/winston": "^2.4.4", "mocha": "^11.7.1", "rimraf": "^6.0.1", "ts-node": "^10.9.1", "tsx": "^4.19.4" }, "files": [ "bin/", "dist/", "README.md", "install.js" ], "engines": { "node": ">=18.0.0" }, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/syia-ai/pms_mcp_server/issues" }, "homepage": "https://github.com/syia-ai/pms_mcp_server#readme" }