Bitbucket Server MCP

{ "name": "bitbucket-server", "version": "1.0.0", "description": "MCP Server for Bitbucket Server PR management", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "test": "jest", "lint": "eslint src/**/*.ts", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1", "axios": "^1.6.5", "winston": "^3.11.0" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^22.10.7", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18" } }