Skip to content

Commit a45301b

Browse files
committed
Correct location
1 parent 6cfaf7f commit a45301b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

hub/package-manager/winget/winget-mcp-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ $wingetPath = (Get-Command winget).Source
146146
# Get the directory containing WinGet
147147
$wingetDir = Split-Path $wingetPath -Parent
148148
# The MCP server executable is in the same directory
149-
$mcpServerPath = Join-Path $wingetDir "WindowsPackageManagerMCPServer.exe"
149+
$mcpServerPath = Join-Path -Path $wingetDir `
150+
-ChildPath "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe" `
151+
-AdditionalChildPath "WindowsPackageManagerMCPServer.exe"
150152
Write-Host "WinGet MCP Server path: $mcpServerPath"
151153
```
152154

0 commit comments

Comments
 (0)