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 6f7bf27 commit 67f3427Copy full SHA for 67f3427
cmd/github-mcp-server/generate_docs.go
@@ -51,8 +51,6 @@ func generateReadmeDocs(readmePath string) error {
51
// Create translation helper
52
t, _ := translations.TranslationHelper()
53
54
- // Build inventory with all toolsets enabled and no feature checker (all flags return false).
55
- // This includes tools from all toolsets, but excludes tools with FeatureFlagEnable
56
// (not available to regular users) while including tools with FeatureFlagDisable.
57
r := github.NewInventory(t).WithToolsets([]string{"all"}).Build()
58
0 commit comments