Skip to content
Docs Try Aspire

McpServerMetadata Properties

Record Properties 4 members
Represents metadata for an MCP server used by the MCP Inspector.
Endpoint Section titled Endpoint EndpointReference
The endpoint reference for the server resource.
public EndpointReference Endpoint { get; init; }
The name of the server resource.
public string Name { get; init; }
The path used for MCP communication.
public string Path { get; init; }
The transport type used by the server resource.
public McpTransportType TransportType { get; init; }