Commit graph

4 commits

Author SHA1 Message Date
pdogra1299
c6d5b0a6f5 feat: add file and directory handling tools
- Added list_directory_content tool for browsing repository files/directories
- Added get_file_content tool with smart truncation for large files
- Smart defaults by file type (config: 200, docs: 300, code: 500 lines)
- Pagination support with start_line and line_count parameters
- Tail functionality using negative start_line values
- Auto-truncation for files >50KB, explicit approval needed for >1MB files
- Returns metadata including size, encoding, and last modified info
- Added FileHandlers class following modular architecture
- Added TypeScript interfaces and type guards
- Updated version to 0.5.0 and CHANGELOG
2025-06-21 17:25:00 +05:30
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