Skip to content

Commit c9289a2

Browse files
committed
add to tools
1 parent a70bcc5 commit c9289a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
162162
contextTools := toolsets.NewToolset("context", "Tools that provide context about the current user and GitHub context you are operating in").
163163
AddReadTools(
164164
toolsets.NewServerTool(GetMe(getClient, t)),
165+
toolsets.NewServerTool(GetMyTeams(getClient, getGQLClient, t)),
165166
)
166167

167168
gists := toolsets.NewToolset("gists", "GitHub Gist related tools").

0 commit comments

Comments
 (0)