| File: Resources\McpCommandStrings.Designer.cs | Web Access |
| Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire) |
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace Aspire.Cli.Resources { using System; /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class McpCommandStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal McpCommandStrings() { } /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.McpCommandStrings", typeof(McpCommandStrings).Assembly); resourceMan = temp; } return resourceMan; } } /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to Interact with MCP (Model Context Protocol) tools exposed by Aspire resources.. /// </summary> internal static string Description { get { return ResourceManager.GetString("Description", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Warning: 'aspire mcp' commands are deprecated and will be removed in a future release. Please use 'aspire agent' instead.. /// </summary> internal static string DeprecatedCommandWarning { get { return ResourceManager.GetString("DeprecatedCommandWarning", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Which additional options do you want to enable?. /// </summary> internal static string InitCommand_AdditionalOptionsSelectPrompt { get { return ResourceManager.GetString("InitCommand_AdditionalOptionsSelectPrompt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Which agent environments do you want to configure?. /// </summary> internal static string InitCommand_AgentConfigurationSelectPrompt { get { return ResourceManager.GetString("InitCommand_AgentConfigurationSelectPrompt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Agent environment configuration complete.. /// </summary> internal static string InitCommand_ConfigurationComplete { get { return ResourceManager.GetString("InitCommand_ConfigurationComplete", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Install Playwright CLI for browser automation?. /// </summary> internal static string InitCommand_ConfigurePlaywrightPrompt { get { return ResourceManager.GetString("InitCommand_ConfigurePlaywrightPrompt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Create agent environment specific instruction files?. /// </summary> internal static string InitCommand_CreateAgentInstructionsPrompt { get { return ResourceManager.GetString("InitCommand_CreateAgentInstructionsPrompt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Initialize MCP server configuration for detected agent environments. (deprecated, use 'agent init'). /// </summary> internal static string InitCommand_Description { get { return ResourceManager.GetString("InitCommand_Description", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Detecting agent environments.... /// </summary> internal static string InitCommand_DetectingAgentEnvironments { get { return ResourceManager.GetString("InitCommand_DetectingAgentEnvironments", resourceCulture); } } /// <summary> /// Looks up a localized string similar to No agent environments were detected.. /// </summary> internal static string InitCommand_NoAgentEnvironmentsDetected { get { return ResourceManager.GetString("InitCommand_NoAgentEnvironmentsDetected", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Directory not found: {0}. /// </summary> internal static string InitCommand_WorkspaceRootNotFound { get { return ResourceManager.GetString("InitCommand_WorkspaceRootNotFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Enter the path to the root of your workspace:. /// </summary> internal static string InitCommand_WorkspaceRootPrompt { get { return ResourceManager.GetString("InitCommand_WorkspaceRootPrompt", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Workspace root path is required.. /// </summary> internal static string InitCommand_WorkspaceRootRequired { get { return ResourceManager.GetString("InitCommand_WorkspaceRootRequired", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Start the MCP (Model Context Protocol) server. (deprecated, use 'agent mcp'). /// </summary> internal static string StartCommand_Description { get { return ResourceManager.GetString("StartCommand_Description", resourceCulture); } } internal static string CallCommand_Description { get { return ResourceManager.GetString("CallCommand_Description", resourceCulture); } } internal static string CallCommand_ResourceArgumentDescription { get { return ResourceManager.GetString("CallCommand_ResourceArgumentDescription", resourceCulture); } } internal static string CallCommand_ToolArgumentDescription { get { return ResourceManager.GetString("CallCommand_ToolArgumentDescription", resourceCulture); } } internal static string CallCommand_InputOptionDescription { get { return ResourceManager.GetString("CallCommand_InputOptionDescription", resourceCulture); } } internal static string ToolsCommand_Description { get { return ResourceManager.GetString("ToolsCommand_Description", resourceCulture); } } internal static string ToolsCommand_FormatOptionDescription { get { return ResourceManager.GetString("ToolsCommand_FormatOptionDescription", resourceCulture); } } } }