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 82d4ce2 commit e40e289Copy full SHA for e40e289
cmd/github-mcp-server/main.go
@@ -55,7 +55,7 @@ var (
55
ExportTranslations: viper.GetBool("export-translations"),
56
EnableCommandLogging: viper.GetBool("enable-command-logging"),
57
LogFilePath: viper.GetString("log-file"),
58
- ContentWindowSize: viper.GetInt("content_window_size"),
+ ContentWindowSize: viper.GetInt("content-window-size"),
59
}
60
return ghmcp.RunStdioServer(stdioServerConfig)
61
},
0 commit comments