@@ -54,7 +54,7 @@ cd conformance-tests/client-jdk-http-client
5454
5555This creates an executable JAR at:
5656```
57- target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar
57+ target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar
5858```
5959
6060## Running Tests
@@ -65,27 +65,27 @@ Run a single scenario:
6565
6666``` bash
6767npx @modelcontextprotocol/conformance client \
68- --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar" \
68+ --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar" \
6969 --scenario initialize
7070
7171npx @modelcontextprotocol/conformance client \
72- --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar" \
72+ --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar" \
7373 --scenario tools_call
7474
7575npx @modelcontextprotocol/conformance client \
76- --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar" \
76+ --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar" \
7777 --scenario elicitation-sep1034-client-defaults
7878
7979npx @modelcontextprotocol/conformance client \
80- --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar" \
80+ --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar" \
8181 --scenario sse-retry
8282```
8383
8484Run with verbose output:
8585
8686``` bash
8787npx @modelcontextprotocol/conformance client \
88- --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar" \
88+ --command " java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar" \
8989 --scenario initialize \
9090 --verbose
9191```
@@ -96,7 +96,7 @@ You can also run the client manually if you have a test server:
9696
9797``` bash
9898export MCP_CONFORMANCE_SCENARIO=initialize
99- java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-0.18 .0-SNAPSHOT.jar http://localhost:3000/mcp
99+ java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-1.0 .0-SNAPSHOT.jar http://localhost:3000/mcp
100100```
101101
102102## Test Results
0 commit comments