# McpInspectorResource Fields

- 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: `Fields`
- Members: `3`

Resource for the MCP Inspector server.

## ClientEndpointName

- Name: `ClientEndpointName`
- Modifiers: `static` `const`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs)

The name of the client endpoint.

```csharp
public const static string ClientEndpointName
```

## InspectorVersion

- Name: `InspectorVersion`
- Modifiers: `static` `const`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs)

Gets the version of the MCP Inspector.

```csharp
public const static string InspectorVersion
```

## ServerProxyEndpointName

- Name: `ServerProxyEndpointName`
- Modifiers: `static` `const`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.McpInspector/McpInspectorResource.cs)

The name of the server proxy endpoint.

```csharp
public const static string ServerProxyEndpointName
```
