// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Text.Json.Serialization;
namespace AzureMcp.Deploy.Commands;
public sealed class MermaidData
{
[JsonPropertyName("code")]
public string Code { get; set; } = string.Empty;
[JsonPropertyName("mermaid")]
public MermaidConfig Mermaid { get; set; } = new();
}
public sealed class MermaidConfig
{
[JsonPropertyName("theme")]
public string Theme { get; set; } = "default";
}
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