Skip to content

Add ability to view branches for a repo #141 - #205

Merged
juruen merged 10 commits into
github:mainfrom
aryasoni98:issues-141
Apr 11, 2025
Merged

Add ability to view branches for a repo #141#205
juruen merged 10 commits into
github:mainfrom
aryasoni98:issues-141

Conversation

@aryasoni98

Copy link
Copy Markdown
Contributor

Closes: #141

@aryasoni98

Copy link
Copy Markdown
ContributorAuthor

Hi @juruen,
Whenever you get a chance, could you please review the PR? Let me know if anything needs to be updated. Appreciate your time!

alexvettithanam-gep

This comment was marked as spam.

@SamMorrowDrums

Copy link
Copy Markdown
Collaborator

This looks great thank you, I just merged a PR that will require some small updates to this one: #195

@aryasoni98

Copy link
Copy Markdown
ContributorAuthor

This looks great thank you, I just merged a PR that will require some small updates to this one: #195

Thanks for the heads-up! Just to clarify — could you please specify what small changes are needed following the merge of #195?
Also, I noticed the conflict in pkg/github/server.go — would resolving that be part of the required updates?

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Just a little comment about making the test code more consistent with the existing code base.

Comment threadpkg/github/repositories_test.go
@aryasoni98
aryasoni98 requested a review from juruenApril 10, 2025 18:43

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are almost there! There's just a few lint errors that need to be fixed: we need to make sure we use github.Ptr and not the deprecated versions.

@aryasoni98

Copy link
Copy Markdown
ContributorAuthor

We are almost there! There's just a few lint errors that need to be fixed: we need to make sure we use github.Ptr and not the deprecated versions.

@juruen Update the code. Please review the PR .

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aryasoni98 I almost forget, we need to update the README file with the new tool! 🙇

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we are just missing updating the README with the new tool

@aryasoni98
aryasoni98 requested a review from juruenApril 11, 2025 12:17
@aryasoni98

Copy link
Copy Markdown
ContributorAuthor

I believe we are just missing updating the README with the new tool

@juruen Update the README.md file

@juruenjuruen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

Thank you so much for your contribution!

@juruen
juruen merged commit 01aefd3 into github:mainApr 11, 2025
nickytonline pushed a commit to nickytonline/github-mcp-http that referenced this pull request Oct 4, 2025
* Add ability to view branches for a repo github#141
* fix: update ListBranches test to use InputSchema and correct translation helper
* fix: update ListBranches test to use InputSchema and correct translation helper
* fix: update ListBranches test to handle errors in tool result
* fix: replace deprecated github.String with github.Ptr
* docs: add list_branches tool documentation to README
Sign up for freeto 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.

Add ability to view "branches" for a repo

4 participants

@aryasoni98@SamMorrowDrums@juruen@alexvettithanam-gep