sourcebot/packages
Teddy Reinert 9bee8c2c59
feat(mcp): Add pagination and filtering to list_repos tool (#614)
* feat(mcp): Add pagination and filtering to list_repos tool

Fixes #566

  - Add query parameter to filter repositories by name
  - Add pageNumber and limit parameters for pagination
  - Include pagination info in response when applicable
  - Add listReposRequestSchema for request validation
  - Update README with new list_repos parameters

* feat(mcp): Sort repositories alphabetically for consistent pagination

Fixes #566
- Updated CHANGELOG.md with pagination and filtering changes

---------

Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2025-11-17 17:08:20 -08:00
..
backend feat(bitbucket): support glob patterns in repository exclusions (#620) 2025-11-17 14:33:39 -08:00
db feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
mcp feat(mcp): Add pagination and filtering to list_repos tool (#614) 2025-11-17 17:08:20 -08:00
schemas feat(web,worker): Environment overrides (#597) 2025-11-04 21:22:31 -08:00
shared feat(web): Add env var to configure default max match count (#616) 2025-11-13 00:06:23 -08:00
web fix(ee): Wipe search contexts on init if we no longer have the entitlement (#618) 2025-11-13 21:29:51 -08:00