Skip to content
Docs Try Aspire

McpInspectorResource Properties

Class Properties 5 members
Resource for the MCP Inspector server.
ClientEndpoint Section titled ClientEndpoint EndpointReference
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; }
ProxyTokenParameter Section titled ProxyTokenParameter ParameterResource
Gets or sets the parameter that contains the MCP proxy authentication token.
public ParameterResource ProxyTokenParameter { get; set; }
ServerProxyEndpoint Section titled ServerProxyEndpoint EndpointReference
Gets the server proxy endpoint reference for the MCP Inspector.
public EndpointReference ServerProxyEndpoint { get; }