- Updated all tests to handle new paginated response format with items, moreData, and cursor fields
- Updated CreatePaginatedSearchResponse to handle 'issues' field for SearchIssues
- Fixed SearchIssues and SearchPullRequests tests to unmarshal paginated responses correctly
- Updated per_page expectations from 30/10 to 11 (CursorFetchSize) in all test mocks
- Fixed ListIssues test to check for GraphQL 'after' cursor instead of REST 'cursor'
- All tests now passing
* updates github-mcp-server to go-github/v76
* updates license files
* refactors ListProjects to make use of
google/go-github ProjectsService
* refactors GetProject to make use of google/go-github ProjectsService
* declaring commit without a pointer
* cleanup additional commit pointer
---------
Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>