mcp-bitbucket
Version:
Model Context Protocol server for Bitbucket integration - manage pull requests, comments, and diffs
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "mcp-bitbucket",
"version": "0.0.8",
"description": "Model Context Protocol server for Bitbucket integration - manage pull requests, comments, and diffs",
"type": "module",
"main": "./build/index.js",
"bin": {
"mcp-bitbucket": "build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"dev": "export DANGEROUSLY_OMIT_AUTH=true && npx @modelcontextprotocol/inspector $(cat .env | sed 's/^/-e /') tsx src/index.ts"
},
"files": [
"build",
"README.md"
],
"keywords": [
"modelcontextprotocol",
"bitbucket",
"mcp",
"claude",
"ai",
"integration",
"api",
"pullrequest",
"git"
],
"author": "Shyamanad Yadav",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shyamayadav154/mcp-bitbucket.git"
},
"homepage": "https://github.com/shyamayadav154/mcp-bitbucket",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.13",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}