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 3825543 commit b747344Copy full SHA for b747344
pkg/github/server.go
@@ -23,7 +23,7 @@ func NewServer(client *github.Client) *server.MCPServer {
23
server.WithResourceCapabilities(true, true),
24
server.WithLogging())
25
26
- // call dumpTranslations to populate a translations json file gitub-mcp-server.json
+ // call dumpTranslations to populate a translations json file github-mcp-server.json
27
// t, dumpTranslations := translations.TranslationHelper()
28
t, _ := translations.TranslationHelper()
29
0 commit comments