Skip to content

feat: add search result pagination#68

Merged
RobertLD merged 1 commit intomainfrom
feat/issue-49-search-pagination
Mar 1, 2026
Merged

feat: add search result pagination#68
RobertLD merged 1 commit intomainfrom
feat/issue-49-search-pagination

Conversation

@RobertLD
Copy link
Owner

@RobertLD RobertLD commented Mar 1, 2026

Closes #49

  • Add offset parameter to SearchOptions interface
  • Add SearchResponse type returning { results, totalCount }
  • Update MCP search-docs tool with offset parameter
  • Update CLI search command with --offset flag
  • Add pagination test

- Add offset parameter to SearchOptions
- Return totalCount alongside results
- Update MCP tool and CLI to support pagination

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@RobertLD RobertLD merged commit 0b28fcf into main Mar 1, 2026
7 checks passed
This was referenced Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add search result pagination

1 participant