Skip to content

Commit dfb6eb1

Browse files
Update cmd/github-mcp-server/generate_docs.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e0d8bb commit dfb6eb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/github-mcp-server/generate_docs.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ func generateToolsetsDoc(i *inventory.Inventory) string {
154154
}
155155

156156
func generateToolsDoc(r *inventory.Inventory) string {
157-
// Use AvailableTools with the inventory's feature checker (returns false for all flags),
158-
// which excludes tools requiring a feature flag (FeatureFlagEnable) while keeping
159-
// tools that are disabled by feature flags (available by default).
160157
tools := r.AvailableTools(context.Background())
161158
if len(tools) == 0 {
162159
return ""

0 commit comments

Comments
 (0)