sourcebot/packages/mcp/src
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
..
client.ts fix(mcp): Remove logs interfering with the stdio transport (#429) 2025-08-04 16:12:10 -07:00
env.ts V4 (#311) 2025-05-28 16:08:42 -07:00
index.ts feat(mcp): Add pagination and filtering to list_repos tool (#614) 2025-11-17 17:08:20 -08:00
schemas.ts feat(mcp): Add pagination and filtering to list_repos tool (#614) 2025-11-17 17:08:20 -08:00
types.ts fix(web): Fix carousel perf issue + improvements to withAuth middleware (#507) 2025-09-15 23:13:29 -07:00
utils.ts chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356) 2025-06-17 15:58:04 -07:00