Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
AOT-Config.ps1761 B
#!/bin/env pwsh #Requires -Version 7 # Defines shared constants used by both Analyze-AOT-Compact.ps1 and Render-AOT-Analysis-Result.ps1 . "$PSScriptRoot/../common/scripts/common.ps1" $RepoRoot = $RepoRoot.Path.Replace('\', '/') $script:AOTConfig = @{ # Base paths RootPath = $RepoRoot ProjectFile = "$RepoRoot/core/src/AzureMcp.Cli/AzureMcp.Cli.csproj" # AOT report directories and files ReportDirectory = "$RepoRoot/.work/aotCompactReport" RawReportPath = "$RepoRoot/.work/aotCompactReport/aot-compact-report.txt" JsonReportPath = "$RepoRoot/.work/aotCompactReport/aot-compact-report.json" HtmlReportPath = "$RepoRoot/.work/aotCompactReport/aot-compact-report.html" } function Get-AOTConfig { return $script:AOTConfig }

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