Skip to content
Docs Try Aspire

McpInspectorOptions Properties

Class Properties 4 members
Options for configuring the MCP Inspector resource.
Gets or sets the port for the client application. Defaults to "6274".
public int ClientPort { get; set; }
InspectorVersion Section titled InspectorVersion string
Gets or sets the version of the Inspector app to use. Defaults to McpInspectorResource.InspectorVersion.
public string InspectorVersion { get; set; }
ProxyToken Section titled ProxyToken nullable IResourceBuilder<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.
public IResourceBuilder<ParameterResource>? ProxyToken { get; set; }
Gets or sets the port for the server proxy application. Defaults to "6277".
public int ServerPort { get; set; }