Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
Get-PullRequestCreator.ps1632 B
param ( [Parameter(Mandatory = $true)] [string]$RepoOwner, [Parameter(Mandatory = $true)] [string]$RepoName, [Parameter(Mandatory = $true)] $PullRequestNumber, [Parameter(Mandatory = $true)] [string]$AuthToken ) . (Join-Path $PSScriptRoot common.ps1) try { $pullRequest = Get-GithubPullRequest -RepoOwner $RepoOwner -RepoName $RepoName ` -PullRequestNumber $PullRequestNumber -AuthToken $AuthToken Write-Host "##vso[task.setvariable variable=System.PullRequest.Creator;]$($pullRequest.user.login)" } catch { Write-Error "Get-PullRequest failed with exception:`n$_" exit 1 }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure/azure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server