Skip to content
DocsTry Aspire
DocsTry

McpInspectorResource Properties

ClassProperties5 members
Resource for the MCP Inspector server.
ClientEndpointSection titled ClientEndpointEndpointReference
Gets the client endpoint reference for the MCP Inspector.
public EndpointReference ClientEndpoint { get; }
Gets the default MCP server resource.
public McpServerMetadata? DefaultMcpServer { get; }
List of MCP server resources that this inspector is aware of.
public IReadOnlyList<McpServerMetadata> McpServers { get; }
ProxyTokenParameterSection titled ProxyTokenParameterParameterResource
Gets or sets the parameter that contains the MCP proxy authentication token.
public ParameterResource ProxyTokenParameter { get; set; }
ServerProxyEndpointSection titled ServerProxyEndpointEndpointReference
Gets the server proxy endpoint reference for the MCP Inspector.
public EndpointReference ServerProxyEndpoint { get; }