Skip to content

Commit c085fbc

Browse files
committed
Update weather example remote
1 parent be47441 commit c085fbc

File tree

1 file changed

+1
-1
lines changed
  • integrations/mcp/tests/imperative/src/main/java/io/helidon/integrations/mcp/tests/imperative

1 file changed

+1
-1
lines changed

integrations/mcp/tests/imperative/src/main/java/io/helidon/integrations/mcp/tests/imperative/McpWeatherTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public ToolContent process(McpParameters parameters) {
6565
f.properties.description(), f.properties.instruction()))
6666
.collect(Collectors.joining("\n"));
6767
if (content.isBlank()) {
68-
content = "There is no weather alert in this state" + state;
68+
content = "There is no weather alert in this state " + state;
6969
}
7070
return ToolContents.textContent(content);
7171
} catch (JsonProcessingException e) {

0 commit comments

Comments
 (0)