syia-mcp-vessel-accounts
Version:
MCP server for vessel account management including EyeShare API integration, vessel expenses, and purchase orders
69 lines (68 loc) • 1.9 kB
JSON
{
"name": "syia-mcp-vessel-accounts",
"version": "1.0.10",
"description": "MCP server for vessel account management including EyeShare API integration, vessel expenses, and purchase orders",
"main": "dist/index.js",
"type": "module",
"bin": {
"syia-mcp-vessel-accounts": "bin/cli.js",
"mcp-vessel-accounts": "bin/cli.js",
"mcp-vessel-accounts-test": "npx-test.js"
},
"scripts": {
"test": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
"build": "tsc && cp -r src/resources/scripts dist/resources/",
"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 mcp-vessel-accounts@latest --help",
"version-bump": "node scripts/version-bump.js"
},
"keywords": [
"mcp",
"vessel",
"accounts",
"eyeshare",
"expenses",
"purchase-orders",
"mongodb"
],
"repository": {
"type": "git",
"url": "https://github.com/syia-ai/mcp-vessel-accounts.git"
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"axios": "^1.6.2",
"commander": "^12.1.0",
"dotenv": "^16.5.0",
"mongodb": "^6.16.0",
"typescript": "^5.0.4",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/mongodb": "^4.0.6",
"@types/node": "^20.19.9",
"@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"
}
}