Skip to content

Commit b747344

Browse files
Update pkg/github/server.go
Co-authored-by: Copilot <[email protected]>
1 parent 3825543 commit b747344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewServer(client *github.Client) *server.MCPServer {
2323
server.WithResourceCapabilities(true, true),
2424
server.WithLogging())
2525

26-
// call dumpTranslations to populate a translations json file gitub-mcp-server.json
26+
// call dumpTranslations to populate a translations json file github-mcp-server.json
2727
// t, dumpTranslations := translations.TranslationHelper()
2828
t, _ := translations.TranslationHelper()
2929

0 commit comments

Comments
 (0)