1 instantiation of McpTestContext
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
91
return new
McpTestContext
(mcpClient, cts, workspace, serverRunTask, testTransport, serviceProvider, loggerFactory)
12 references to McpTestContext
Aspire.Cli.Tests (12)
Commands\AgentMcpCommandTests.cs (12)
29
private async Task<
McpTestContext
> CreateMcpClientAsync(string? dashboardUrl = null)
100
await using
var
ctx = await CreateMcpClientAsync();
133
await using
var
ctx = await CreateMcpClientAsync();
197
await using
var
ctx = await CreateMcpClientAsync();
272
await using
var
ctx = await CreateMcpClientAsync();
335
await using
var
ctx = await CreateMcpClientAsync();
355
await using
var
ctx = await CreateMcpClientAsync();
391
await using
var
ctx = await CreateMcpClientAsync();
472
await using
var
ctx = await CreateMcpClientAsync();
532
await using
var
ctx = await CreateMcpClientAsync();
545
await using
var
ctx = await CreateMcpClientAsync(dashboardUrl: "http://localhost:18888");
560
await using
var
ctx = await CreateMcpClientAsync(dashboardUrl: "http://localhost:18888");