Skip to content

Commit e40e289

Browse files
Update cmd/github-mcp-server/main.go
Co-authored-by: Adam Holt <[email protected]>
1 parent 82d4ce2 commit e40e289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/github-mcp-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var (
5555
ExportTranslations: viper.GetBool("export-translations"),
5656
EnableCommandLogging: viper.GetBool("enable-command-logging"),
5757
LogFilePath: viper.GetString("log-file"),
58-
ContentWindowSize: viper.GetInt("content_window_size"),
58+
ContentWindowSize: viper.GetInt("content-window-size"),
5959
}
6060
return ghmcp.RunStdioServer(stdioServerConfig)
6161
},

0 commit comments

Comments
 (0)