Skip to content

Commit b0c0997

Browse files
committed
Fix program data env missing for some clients.
1 parent 39ddcf0 commit b0c0997

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)