You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you’d like to solve
I ran into this today, I wanted to get a list of branches for one of the repos in my organization, but the server wasn't able to provide it. You had to already know what the branch was. Now, of course, I can use git to pull that information and look locally, but this feels like something that should be included.
Proposed solution
Add the following functionality to the MCP Server:
* Add ability to view branches for a repo #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
Describe the feature or problem you’d like to solve
I ran into this today, I wanted to get a list of branches for one of the repos in my organization, but the server wasn't able to provide it. You had to already know what the branch was. Now, of course, I can use git to pull that information and look locally, but this feels like something that should be included.
Proposed solution
Add the following functionality to the MCP Server:
Additional context
n/a
The text was updated successfully, but these errors were encountered: