- Implemented new clear_queue tool for queue management
- Created src/tools/clear-queue.ts with core functionality
- Added handler in src/handlers/clear-queue.ts
- Integrated with existing queue management system
- Added tool exports and registration
- Improved tool ordering in handler-registry.ts
- Moved remove_documentation before extract_urls
- Enhanced logical grouping of related tools
- Updated imports to match new ordering
- Enhanced tool descriptions in handler-registry.ts:
- search_documentation
- Added natural language query support details
- Clarified result ranking and context
- Improved limit parameter documentation
- list_sources
- Added details about indexed documentation
- Clarified source information returned
- extract_urls
- Enhanced URL crawling explanation
- Added queue integration details
- Clarified URL validation requirements
- remove_documentation
- Added permanence warning
- Clarified URL matching requirements
- list_queue
- Added queue monitoring details
- Clarified status checking capabilities
- run_queue
- Added processing behavior details
- Documented error handling
- clear_queue
- Detailed queue clearing behavior
- Added permanence warnings
- Documented URL re-adding requirements
- search_documentation
- Updated README.md
- Removed add_documentation and queue_documentation tools
- Updated tool descriptions to match handler-registry.ts
- Added parameter format requirements
- Enhanced usage guidance