UNPKG

casefile-repository-mcp-server

Version:

Vessel casefile management system with MCP integration for maritime operations

63 lines (62 loc) 1.72 kB
{ "name": "casefile-repository-mcp-server", "version": "1.0.21", "description": "Vessel casefile management system with MCP integration for maritime operations", "main": "dist/index.js", "type": "module", "bin": { "casefile-repository-mcp-server": "bin/cli.js", "casefile-repository-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 casefile-repository-mcp-server@latest --help", "version-bump": "node scripts/version-bump.js" }, "keywords": [ "mcp", "casefile", "vessel", "maritime", "ship-management", "typesense", "mongodb" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "axios": "^1.6.2", "cohere-ai": "^7.17.1", "mongodb": "^6.16.0", "openai": "^5.3.0", "string-similarity": "^4.0.4", "typescript": "^5.0.4", "typesense": "^2.0.3", "winston": "^3.17.0" }, "devDependencies": { "@types/mongodb": "^4.0.6", "@types/node": "^20.19.0", "@types/string-similarity": "^4.0.2", "ts-node": "^10.9.1", "tsx": "^4.19.4" }, "files": [ "bin/", "dist/", "README.md", "install.js", "npx-test.js" ], "engines": { "node": ">=18.0.0" } }