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 6dbbc7e commit a238570Copy full SHA for a238570
cmd/mcptools/commands/version.go
@@ -10,7 +10,7 @@ import (
10
// Version information placeholder.
11
var Version = "dev"
12
13
-// getHomeDirectory returns the user's home directory
+// getHomeDirectory returns the user's home directory.
14
// Tries HOME first, then falls back to USERPROFILE for Windows
15
func getHomeDirectory() string {
16
homeDir := os.Getenv("HOME")
0 commit comments