crew-management-mcp-server
Version:
Crew management server handling crew records, certifications, scheduling, payroll, and vessel assignments with ERP access for data extraction
63 lines (62 loc) • 1.81 kB
JSON
{
"name": "crew-management-mcp-server",
"version": "1.0.22",
"description": "Crew management server handling crew records, certifications, scheduling, payroll, and vessel assignments with ERP access for data extraction",
"main": "dist/index.js",
"type": "module",
"bin": {
"crew-management-mcp-server": "bin/cli.js",
"crew-management-mcp-server-test": "npx-test.js"
},
"scripts": {
"test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
"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 crew-management-mcp-server@latest --help",
"version-bump": "node scripts/version-bump.js"
},
"keywords": [
"mcp",
"crew-management",
"maritime",
"crew-records"
],
"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",
"snowflake-sdk": "^1.12.0",
"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",
"ts-node": "^10.9.1",
"tsx": "^4.19.4"
},
"files": [
"bin/",
"dist/",
"README.md",
"install.js",
"npx-test.js"
],
"engines": {
"node": ">=18.0.0"
}
}