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; } Gets or sets the version of the Inspector app to use. Defaults to
McpInspectorResource.InspectorVersion. public string InspectorVersion { get; set; } 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; }