Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/common/mcp/azure-sdk-mcp.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/env pwsh

Check failure on line 1 in eng/common/mcp/azure-sdk-mcp.ps1

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/common/mcp/azure-sdk-mcp.ps1' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.

param(
[string]$FileName = 'Azure.Sdk.Tools.Cli',
[string]$Package = 'azsdk',
[string]$Version, # Default to latest
[string]$InstallDirectory = (Join-Path $HOME ".azure-sdk-mcp" "azsdk"),
[string]$InstallDirectory = (Join-Path $env:HOME ".azure-sdk-mcp" "azsdk"),
[string]$Repository = 'Azure/azure-sdk-tools',
[string]$RunDirectory = (Resolve-Path (Join-Path $PSScriptRoot .. .. ..)),
[switch]$Run,
Expand Down
Loading