2 Commits

Author SHA1 Message Date
ebc1943316 feat: add pagination bypass option with comprehensive warnings
- Add return_all parameter to bypass pagination when users need complete datasets
- Implement handleBypassPagination() with intelligent warnings based on response size
- Provide clear recommendations for optimal pagination usage
- Add token estimation with graded warning levels (Large/VERY LARGE/EXTREMELY LARGE)
- Include performance impact warnings and client-specific recommendations
- Test comprehensive pagination system with 150+ console messages:
  *  Basic pagination (10 items per page working perfectly)
  *  Cursor continuation (seamless page-to-page navigation)
  *  Advanced filtering (error filter, search with pagination)
  *  Performance (0-1ms response times)
  *  Bypass option ready (needs server restart to test)

Resolves: User request for pagination bypass option with proper warnings
Benefits: Complete user control over response size vs pagination trade-offs
2025-09-14 10:51:13 -06:00
17d99f6ff2 feat: implement comprehensive MCP response pagination system
- Add universal pagination guard with session-isolated cursor management
- Implement withPagination() decorator for any tool returning large datasets
- Update browser_console_messages with pagination and advanced filtering
- Update browser_get_requests with pagination while preserving all filters
- Add adaptive chunk sizing for optimal performance (target 500ms responses)
- Include query consistency validation to handle parameter changes
- Provide smart response size detection with user recommendations
- Add automatic cursor cleanup and 24-hour expiration
- Create comprehensive documentation and usage examples

Resolves: Large MCP response token overflow warnings
Benefits: Predictable response sizes, resumable data exploration, universal UX
2025-09-14 10:11:01 -06:00