⚠️ Add Pagination Support to Prevent Token Overflow #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🚨 Critical Issue
Problem
Currently, tools that return large datasets can cause token overflow in the MCP protocol, leading to:
Affected Tools in This MCP
get_content- ⚠️ CRITICAL: Web pages can be hugeextract_tables- ⚠️ Already has pagination! Good exampleextract_lists- ⚠️ Already has pagination! Good examplelist_tabs- Could have many open tabsget_cookies- Sites can have many cookiesExample: Token Overflow Problem
Current Behavior (❌ Bad)
With Pagination (✅ Good)
💡 Proposed Solution
Standard Pagination Interface
Implementation Example for
get_content,extract_tables,extract_lists,list_tabs🎯 Benefits
📋 Implementation Checklist
limitandoffsetparameters to affected tools🚦 Priority Level
🔴 CRITICAL - This directly affects:
🤖 Generated with Claude Code