Skip to content

Commit b545eac

Browse files
feat: register sync_local_repository tool in repos toolset
1 parent 1e7f4a8 commit b545eac

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
@@ -186,6 +186,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
186186
toolsets.NewServerTool(CreateBranch(getClient, t)),
187187
toolsets.NewServerTool(PushFiles(getClient, t)),
188188
toolsets.NewServerTool(DeleteFile(getClient, t)),
189+
toolsets.NewServerTool(SyncLocalRepository(getClient, t)),
189190
).
190191
AddResourceTemplates(
191192
toolsets.NewServerResourceTemplate(GetRepositoryResourceContent(getClient, getRawClient, t)),

0 commit comments

Comments
 (0)