UNPKG

@brianveltman/sonatype-mcp

Version:

Model Context Protocol server for Sonatype Nexus Repository Manager

61 lines (60 loc) 1.71 kB
{ "name": "@brianveltman/sonatype-mcp", "version": "1.4.0", "description": "Model Context Protocol server for Sonatype Nexus Repository Manager", "type": "module", "packageManager": "yarn@4.9.2", "bin": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "dev": "tsc --watch", "debug": "npx @modelcontextprotocol/inspector npx -y @brianveltman/sonatype-mcp --nexus-username admin --nexus-password admin --nexus-url http://localhost:8081 --debug", "start": "node ./build/index.js", "test": "jest", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "prepublishOnly": "yarn build", "prepack": "yarn build" }, "keywords": [ "mcp", "model-context-protocol", "nexus", "sonatype", "repository-manager", "ai", "assistant" ], "author": "Brian Veltman", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "zod": "^3.22.0" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.15.0", "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "build" ], "repository": { "type": "git", "url": "https://github.com/brianveltman/sonatype-mcp.git" }, "bugs": { "url": "https://github.com/brianveltman/sonatype-mcp/issues" }, "homepage": "https://github.com/brianveltman/sonatype-mcp#readme" }