4 writes to Value
Aspire.Cli.Tests (4)
Commands\ResourceCommandHelperTests.cs (2)
25Value = "{\"items\": [\"a\", \"b\"]}", 90Value = "{\"errors\": [\"invalid host\"]}",
Commands\ResourceCommandTests.cs (1)
449Value = "{\"key\": \"value\"}",
Mcp\ExecuteResourceCommandToolTests.cs (1)
312Value = "{\"token\": \"abc123\"}",
4 references to Value
aspire (4)
Commands\ResourceCommandHelper.cs (2)
167interactionService.DisplayMarkdown(result.Value, ConsoleOutput.Standard, maxWidth: 100); 171interactionService.DisplayRawText(result.Value, ConsoleOutput.Standard);
Mcp\Tools\ExecuteResourceCommandTool.cs (2)
123content.Add(new TextContentBlock { Text = response.Value.Value }); 152content.Add(new TextContentBlock { Text = response.Value.Value });