Skip to content

Commit 93a13ee

Browse files
Fix doc generation: use proper GitHub Docs capitalization
Co-authored-by: colindembovsky <[email protected]>
1 parent 2f846ed commit 93a13ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/github-mcp-server/generate_docs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ func formatToolsetName(name string) string {
205205
return "Secret Protection"
206206
case "orgs":
207207
return "Organizations"
208+
case "github_docs":
209+
return "GitHub Docs"
208210
default:
209211
// Fallback: capitalize first letter and replace underscores with spaces
210212
parts := strings.Split(name, "_")

0 commit comments

Comments
 (0)