Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
AzureManagedLustreOptionDefinitions.cs688 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace AzureMcp.AzureManagedLustre.Options; public static class AzureManagedLustreOptionDefinitions { public const string sku = "sku"; public const string size = "size"; public static readonly Option<string> SkuOption = new( $"--{sku}", "The AMLFS SKU. Allowed values: AMLFS-Durable-Premium-40, AMLFS-Durable-Premium-125, AMLFS-Durable-Premium-250, AMLFS-Durable-Premium-500." ) { IsRequired = true }; public static readonly Option<int> SizeOption = new( $"--{size}", "The AMLFS size (TiB)." ) { IsRequired = true }; }

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