Skip to content

Commit 3ffbcd2

Browse files
Fix McpServerTest
also swith default back to the default of gemini-flash
1 parent 87fa742 commit 3ffbcd2

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
@@ -103,7 +103,7 @@ String setContainer(ToolContext context, @ToolParam(description = "Container pat
103103

104104
Container container = ContainerManager.getForPath(containerPath);
105105

106-
if (null == container)
106+
if (null == container && containerPath.startsWith("http://") || containerPath.startsWith("https://"))
107107
{
108108
try
109109
{

0 commit comments

Comments
 (0)