# McpInspectorResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.McpInspector](/reference/api/csharp/communitytoolkit.aspire.hosting.mcpinspector.md)
- Type: [McpInspectorResource](/reference/api/csharp/communitytoolkit.aspire.hosting.mcpinspector/mcpinspectorresource.md)
- Kind: `Properties`
- Members: `5`

Resource for the MCP Inspector server.

## ClientEndpoint

- Name: `ClientEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs#L29)

Gets the client endpoint reference for the MCP Inspector.

```csharp
public EndpointReference ClientEndpoint { get; }
```

## DefaultMcpServer

- Name: `DefaultMcpServer`
- Modifiers: `nullable` `get`
- Returns: [McpServerMetadata?](/reference/api/csharp/communitytoolkit.aspire.hosting.mcpinspector/mcpservermetadata.md)
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs#L60)

Gets the default MCP server resource.

```csharp
public McpServerMetadata? DefaultMcpServer { get; }
```

## McpServers

- Name: `McpServers`
- Modifiers: `get`
- Returns: [IReadOnlyList<McpServerMetadata>](/reference/api/csharp/communitytoolkit.aspire.hosting.mcpinspector/mcpservermetadata.md)
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs#L55)

List of MCP server resources that this inspector is aware of.

```csharp
public IReadOnlyList<McpServerMetadata> McpServers { get; }
```

## ProxyTokenParameter

- Name: `ProxyTokenParameter`
- Modifiers: `get; set`
- Returns: `ParameterResource`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs)

Gets or sets the parameter that contains the MCP proxy authentication token.

```csharp
public ParameterResource ProxyTokenParameter { get; set; }
```

## ServerProxyEndpoint

- Name: `ServerProxyEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs#L41)

Gets the server proxy endpoint reference for the MCP Inspector.

```csharp
public EndpointReference ServerProxyEndpoint { get; }
```
