We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d8bb commit dfb6eb1Copy full SHA for dfb6eb1
cmd/github-mcp-server/generate_docs.go
@@ -154,9 +154,6 @@ func generateToolsetsDoc(i *inventory.Inventory) string {
154
}
155
156
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).
160
tools := r.AvailableTools(context.Background())
161
if len(tools) == 0 {
162
return ""
0 commit comments