We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ccba0 commit 84ec566Copy full SHA for 84ec566
1 file changed
cmd/github-mcp-server/main.go
@@ -101,6 +101,7 @@ func runStdioServer(readOnly bool, logger *log.Logger, logCommands bool, exportT
101
logger.Fatal("GITHUB_PERSONAL_ACCESS_TOKEN not set")
102
}
103
ghClient := gogithub.NewClient(nil).WithAuthToken(token)
104
+ ghClient.UserAgent = "github-mcp-server/1.0"
105
106
// Check GH_HOST env var first, then fall back to viper config
107
host := os.Getenv("GH_HOST")
0 commit comments