UNPKG

syia-mcp-utils

Version:

Global utility functions for MCP server

52 lines 1.46 kB
{ "name": "syia-mcp-utils", "version": "2.0.5", "description": "Global utility functions for MCP server", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run bump:patch && tsc", "build-only": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:getDataLink": "node test-run-getDataLink.js", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "bump:patch": "node scripts/version-bump.js patch", "bump:minor": "node scripts/version-bump.js minor", "bump:major": "node scripts/version-bump.js major", "prepublish": "npm run build-only", "publish:patch": "npm run bump:patch && npm publish", "publish:minor": "npm run bump:minor && npm publish", "publish:major": "npm run bump:major && npm publish" }, "keywords": [ "utils", "utilities", "global", "mcp", "purchase", "pms" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.0.0", "dotenv": "^16.0.0", "mongodb": "^5.0.0", "openai": "^4.0.0", "playwright": "^1.53.0", "typesense": "^1.0.0", "winston": "^3.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.0.0" } }