1 write to _executionContext
aspire (1)
Commands\McpStartCommand.cs (1)
34
_executionContext
= executionContext;
2 references to _executionContext
aspire (2)
Commands\McpStartCommand.cs (2)
251
_logger.LogDebug("No in-scope AppHosts found in scope: {WorkingDirectory}",
_executionContext
.WorkingDirectory);
254
$"No Aspire AppHosts are running in the scope of the MCP server's working directory: {
_executionContext
.WorkingDirectory}");