We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159eb96 commit 90ad2beCopy full SHA for 90ad2be
mcp-test/src/main/java/io/modelcontextprotocol/client/AbstractMcpAsyncClientResiliencyTests.java
@@ -45,7 +45,7 @@ public abstract class AbstractMcpAsyncClientResiliencyTests {
45
private static final Logger logger = LoggerFactory.getLogger(AbstractMcpAsyncClientResiliencyTests.class);
46
47
static Network network = Network.newNetwork();
48
- static String host = "http://localhost:3001";
+ public static String host = "http://localhost:3001";
49
50
@SuppressWarnings("resource")
51
static GenericContainer<?> container = new GenericContainer<>("docker.io/node:lts-alpine3.23")
0 commit comments