1 write to EndpointExpression
Aspire.Hosting.Foundry (1)
Toolbox\FoundryToolboxToolDefinition.cs (1)
121EndpointExpression = endpointExpression;
3 references to EndpointExpression
Aspire.Hosting.Foundry (2)
Toolbox\FoundryToolboxResource.cs (1)
516foreach (var referencedResource in WalkValueReferences(tool.EndpointExpression).OfType<IResource>())
Toolbox\FoundryToolboxToolDefinition.cs (1)
146var endpoint = await EndpointExpression.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Foundry.Tests (1)
ToolboxTests.cs (1)
168Assert.Equal("https://inventory.example.com/mcp", mcp.EndpointExpression.ValueExpression);