2 references to s_httpSchemes
Aspire.Hosting (2)
McpServerResourceBuilderExtensions.cs (2)
66
foreach (var scheme in
s_httpSchemes
)
78
$"Could not create MCP server for resource '{resource.Name}' as no endpoint was found matching one of the specified names: {string.Join(", ",
s_httpSchemes
)}");