Skip to content

Commit d378c1a

Browse files
committed
Tweaks
1 parent 2e38bd3 commit d378c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/org/labkey/core/CoreMcp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ String setContainer(ToolContext context, @ToolParam(description = "Container pat
101101
else
102102
{
103103
McpService.get().saveSessionContainer(context, container);
104-
message = "Container has been set";
104+
message = "Container has been set to " + container.getPath();
105105
}
106106
}
107107

0 commit comments

Comments
 (0)