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
test-resources.bicep•647 B
// Live test runs require a resource file, so we use an empty one here.
targetScope = 'resourceGroup'
@minLength(3)
@maxLength(24)
@description('The base resource name.')
param baseName string
@description('The client OID to grant access to test resources.')
param testApplicationOid string = deployer().objectId
var location string = resourceGroup().location
var tenantId string = subscription().tenantId
// Add any additional resources and role assignments needed for live tests here.
// Outputs will be available in test-resources-post.ps1
output location string = location
// Their keys will be uppercase
// $DeploymentOutputs.LOCATION