Skip to content

Commit f366a87

Browse files
authored
Merge pull request #41 from docker/program-data-fix
Fix program data env missing for some clients.
2 parents 39ddcf0 + b0c0997 commit f366a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/docker-mcp/client/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func newMCPGatewayServer() *MCPServerSTDIO {
116116
env = map[string]string{
117117
"LOCALAPPDATA": os.Getenv("LOCALAPPDATA"),
118118
"ProgramFiles": os.Getenv("ProgramFiles"),
119+
"ProgramData": os.Getenv("ProgramData"),
119120
}
120121
}
121122
return &MCPServerSTDIO{

0 commit comments

Comments
 (0)