@@ -313,15 +313,15 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
313313 toolsets .NewServerTool (GetTeamMembers (getGQLClient , t )),
314314 )
315315
316- // gists := toolsets.NewToolset(ToolsetMetadataGists.ID, ToolsetMetadataGists.Description).
317- // AddReadTools(
318- // toolsets.NewServerTool(ListGists(getClient, t)),
319- // toolsets.NewServerTool(GetGist(getClient, t)),
320- // ).
321- // AddWriteTools(
322- // toolsets.NewServerTool(CreateGist(getClient, t)),
323- // toolsets.NewServerTool(UpdateGist(getClient, t)),
324- // )
316+ gists := toolsets .NewToolset (ToolsetMetadataGists .ID , ToolsetMetadataGists .Description ).
317+ AddReadTools (
318+ toolsets .NewServerTool (ListGists (getClient , t )),
319+ toolsets .NewServerTool (GetGist (getClient , t )),
320+ ).
321+ AddWriteTools (
322+ toolsets .NewServerTool (CreateGist (getClient , t )),
323+ toolsets .NewServerTool (UpdateGist (getClient , t )),
324+ )
325325
326326 // projects := toolsets.NewToolset(ToolsetMetadataProjects.ID, ToolsetMetadataProjects.Description).
327327 // AddReadTools(
@@ -372,7 +372,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
372372 // tsg.AddToolset(notifications)
373373 // tsg.AddToolset(experiments)
374374 // tsg.AddToolset(discussions)
375- // tsg.AddToolset(gists)
375+ tsg .AddToolset (gists )
376376 // tsg.AddToolset(securityAdvisories)
377377 // tsg.AddToolset(projects)
378378 // tsg.AddToolset(stargazers)
0 commit comments