This commit is contained in:
7
TestClientTransport.java
Normal file
7
TestClientTransport.java
Normal file
@@ -0,0 +1,7 @@
|
||||
import io.modelcontextprotocol.client.transport.HttpClientStreamableHttpTransport;
|
||||
public class TestClientTransport {
|
||||
public static void main(String[] args) {
|
||||
HttpClientStreamableHttpTransport t = HttpClientStreamableHttpTransport.builder("http://localhost:8086/mcp").build();
|
||||
System.out.println("Wait, I can't print private fields easily, but let's just see if it runs.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user