We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed5756 commit 5dfa923Copy full SHA for 5dfa923
eng/common/mcp/azure-sdk-mcp.ps1
@@ -1,7 +1,7 @@
1
#!/bin/env pwsh
2
3
param(
4
- [string]$FileName = 'azsdk',
+ [string]$FileName = 'Azure.Sdk.Tools.Cli',
5
[string]$Package = 'azsdk',
6
[string]$Version, # Default to latest
7
[string]$InstallDirectory = (Join-Path $HOME ".azure-sdk-mcp" "azsdk"),
@@ -56,5 +56,5 @@ $exe = Install-Standalone-Tool `
56
-Repository $Repository
57
58
if ($Run) {
59
- Start-Process -FilePath $exe -NoNewWindow -Wait
60
-}
+ Start-Process -FilePath $exe -ArgumentList 'start' -NoNewWindow -Wait
+}
0 commit comments