Skip to content

Commit 0807bfc

Browse files
committed
Enable dynamic tools
1 parent 5baf02b commit 0807bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/tools.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ func InitDynamicToolset(s *mcp.Server, tsg *toolsets.ToolsetGroup, t translation
390390
// Need to add the dynamic toolset last so it can be used to enable other toolsets
391391
dynamicToolSelection := toolsets.NewToolset(ToolsetMetadataDynamic.ID, ToolsetMetadataDynamic.Description).
392392
AddReadTools(
393-
// toolsets.NewServerTool(ListAvailableToolsets(tsg, t)),
394-
// toolsets.NewServerTool(GetToolsetsTools(tsg, t)),
395-
// toolsets.NewServerTool(EnableToolset(s, tsg, t)),
393+
toolsets.NewServerTool(ListAvailableToolsets(tsg, t)),
394+
toolsets.NewServerTool(GetToolsetsTools(tsg, t)),
395+
toolsets.NewServerTool(EnableToolset(s, tsg, t)),
396396
)
397397

398398
dynamicToolSelection.Enabled = true

0 commit comments

Comments
 (0)