Skip to content

Commit f1f74f1

Browse files
Add listIssues tool to server
1 parent 6d8a9dd commit f1f74f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
3636
// Add GitHub tools - Issues
3737
s.AddTool(getIssue(client, t))
3838
s.AddTool(searchIssues(client, t))
39+
s.AddTool(listIssues(client, t))
3940
if !readOnly {
4041
s.AddTool(createIssue(client, t))
4142
s.AddTool(addIssueComment(client, t))

0 commit comments

Comments
 (0)