McpInspectorOptions
Class net10.0
Options for configuring the MCP Inspector resource.
namespace Aspire.Hosting;
public class McpInspectorOptions{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesClientPortget; setint Gets or sets the port for the client application. Defaults to "6274".
InspectorVersionget; setstring Gets or sets the version of the Inspector app to use. Defaults to
McpInspectorResource.InspectorVersion. ProxyTokenget; setIResourceBuilder<ParameterResource> Gets or sets the parameter used to provide the proxy authentication token for the MCP Inspector resource. If
null a random token will be generated. ServerPortget; setint Gets or sets the port for the server proxy application. Defaults to "6277".