bitbucket-mcp-server/src
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
..
handlers feat: add file and directory handling tools 2025-06-21 17:25:00 +05:30
tools feat: add file and directory handling tools 2025-06-21 17:25:00 +05:30
types feat: add file and directory handling tools 2025-06-21 17:25:00 +05:30
utils fix: Fix GET request parameter passing for all handlers 2025-06-05 14:49:51 +05:30
index.ts feat: add file and directory handling tools 2025-06-21 17:25:00 +05:30