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

69 lines (68 loc) 2.25 kB
{ "name": "pms-analysis-reports-mcp-server", "version": "1.0.21", "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-analysis-reports-mcp-server": "bin/cli.js", "pms-analysis-reports-mcp-server-test": "npx-test.js" }, "scripts": { "test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js", "test:unit": "tsx --test tests/unit/**/*.test.ts", "test:integration": "tsx --test tests/integration/**/*.test.ts", "test:performance": "tsx --test tests/performance/**/*.test.ts", "test:coverage": "c8 --reporter=text --reporter=html tsx --test tests/unit/**/*.test.ts tests/integration/**/*.test.ts", "test:all": "npm run test:unit && npm run test:integration && npm run test:performance", "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "postinstall": "node install.js", "prepare": "chmod +x bin/cli.js npx-test.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-analysis-reports-mcp-server@latest --help", "version-bump": "node scripts/version-bump.js" }, "keywords": [ "mcp", "pms", "maintenance", "analysis", "reports" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "axios": "^1.6.2", "dotenv": "^16.5.0", "google-auth-library": "^9.6.3", "googleapis": "^133.0.0", "mongodb": "^6.16.0", "openai": "^4.104.0", "playwright": "^1.42.1", "typescript": "^5.0.4", "typesense": "^2.0.3", "winston": "^3.11.0" }, "devDependencies": { "@types/mongodb": "^4.0.6", "@types/node": "^20.19.0", "@types/winston": "^2.4.4", "c8": "^10.1.3", "ts-node": "^10.9.1", "tsx": "^4.19.4" }, "files": [ "bin/", "dist/", "README.md", "install.js", "npx-test.js" ], "engines": { "node": ">=18.0.0" } }