Commit graph

5 commits

Author SHA1 Message Date
pdogra1299
b1a25d2a05 chore: Bump version to 0.4.0 for release
- Updated package.json version to 0.4.0
- Updated CHANGELOG.md with new release notes
- Updated version in index.ts
2025-06-21 16:24:08 +05:30
pdogra1299
75c4192815 fix: Fix GET request parameter passing for all handlers
- Fixed API parameter passing for GET requests (was passing config as third parameter instead of fourth)
- Branch filtering now works correctly with filterText parameter for Bitbucket Server
- All GET requests with query parameters now functioning properly across all handlers
- Updated CHANGELOG.md to reflect the fixes
2025-06-05 14:49:51 +05:30
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
pdogra1299
b1d758646c Initial commit: Bitbucket MCP server with get_pull_request tool 2025-06-04 17:24:37 +05:30