Commit graph

7 commits

Author SHA1 Message Date
pdogra1299
c72336b460 feat: Added NPX support 2025-06-04 21:14:35 +05:30
pdogra1299
6abca3e7d0 feat: Add remaining PR lifecycle and code review tools
- Added create_pull_request, update_pull_request, merge_pull_request tools
- Added list_branches and delete_branch tools (fixed delete to handle 204 response)
- Enhanced add_comment to support inline comments on specific code lines
- Added all code review tools: approve/unapprove, request/remove changes, get diff
- Updated package version to 0.2.0
- Comprehensive documentation for all tools in README
2025-06-04 19:33:16 +05:30
Parth Dogra
66c28c421e
Merge pull request #1 from pdogra1299/feature/add-more-tools
Feature/add more tools
2025-06-04 18:01:06 +05:30
pdogra1299
5a2b31ac71 docs: update README with author filter notes for Bitbucket Server
- Add note that Bitbucket Server requires email address for author filter
- Clarify difference between Cloud (username) and Server (email) for author parameter
2025-06-04 17:57:13 +05:30
pdogra1299
a9278419f2 fix: correct author filter for Bitbucket Server using role.1 and username.1 parameters 2025-06-04 17:54:42 +05:30
pdogra1299
208366f9f5 feat: add list_pull_requests tool with filtering and pagination support 2025-06-04 17:42:51 +05:30
pdogra1299
b1d758646c Initial commit: Bitbucket MCP server with get_pull_request tool 2025-06-04 17:24:37 +05:30