Skip to content
DocsTry Aspire
DocsTry

McpServerMetadata Properties

RecordProperties4 members
Represents metadata for an MCP server used by the MCP Inspector.
EndpointSection titled EndpointEndpointReference
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; }