Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
KeyVaultJsonContext.cs1.18 kB
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Text.Json.Serialization; using AzureMcp.KeyVault.Commands.Certificate; using AzureMcp.KeyVault.Commands.Key; using AzureMcp.KeyVault.Commands.Secret; namespace AzureMcp.KeyVault.Commands; [JsonSerializable(typeof(CertificateCreateCommand.CertificateCreateCommandResult))] [JsonSerializable(typeof(CertificateGetCommand.CertificateGetCommandResult))] [JsonSerializable(typeof(CertificateListCommand.CertificateListCommandResult))] [JsonSerializable(typeof(CertificateImportCommand.CertificateImportCommandResult))] [JsonSerializable(typeof(KeyCreateCommand.KeyCreateCommandResult))] [JsonSerializable(typeof(KeyGetCommand.KeyGetCommandResult))] [JsonSerializable(typeof(KeyListCommand.KeyListCommandResult))] [JsonSerializable(typeof(SecretCreateCommand.SecretCreateCommandResult))] [JsonSerializable(typeof(SecretGetCommand.SecretGetCommandResult))] [JsonSerializable(typeof(SecretListCommand.SecretListCommandResult))] [JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)] internal sealed partial class KeyVaultJsonContext : JsonSerializerContext { }

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