2 Commits

Author SHA1 Message Date
31948d6ffc Rename package to mcwaddams
Some checks are pending
Test Dashboard / test-and-dashboard (push) Waiting to run
Named for Milton Waddams, who was relocated to the basement with
boxes of legacy documents. He handles the .doc and .xls files from
1997 that nobody else wants to touch.

- Rename package from mcp-office-tools to mcwaddams
- Update author to Ryan Malloy
- Update all imports and references
- Add Office Space themed README narrative
- All 53 tests passing
2026-01-11 11:35:35 -07:00
1ad2abb617 Implement cursor-based pagination system for large document processing
- Add comprehensive pagination infrastructure based on MCP Playwright patterns
- Integrate automatic pagination into convert_to_markdown tool for documents >25k tokens
- Support cursor-based navigation with session isolation and security
- Prevent MCP token limit errors for massive documents (200+ pages)
- Maintain document structure and context across paginated sections
- Add configurable page sizes, return_all bypass, and intelligent token estimation
- Enable seamless navigation through extremely dense documents that exceed limits by 100x
2025-09-26 19:06:05 -06:00