// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using AzureMcp.Core.Options;
namespace AzureMcp.CloudArchitect.Options;
/// <summary>
/// The set of parameters that the architecture design tool takes as input.
/// </summary>
public class ArchitectureDesignToolOptions : GlobalOptions
{
public string Question { get; set; } = string.Empty;
public int QuestionNumber { get; set; }
public int TotalQuestions { get; set; }
public string? Answer { get; set; }
public bool NextQuestionNeeded { get; set; }
public double? ConfidenceScore { get; set; }
public string? ArchitectureComponent { get; set; }
public ArchitectureTier? ArchitectureTier { get; set; }
public ArchitectureDesignToolState State { get; set; } = new();
}
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