Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
get-markdown-files-from-changed-files.ps1432 B
# cSpell:ignore Committish # cSpell:ignore PULLREQUEST # cSpell:ignore TARGETBRANCH param ( # The root repo we scanned with. [string] $RootRepo = '$PSScriptRoot/../../..', # The target branch to compare with. [string] $targetBranch = ("origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH}" -replace "/refs/heads/") ) . (Join-Path $PSScriptRoot common.ps1) return Get-ChangedFiles -TargetCommittish $targetBranch -DiffPath '*.md'

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