We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ae57c commit 9302d80Copy full SHA for 9302d80
.github/workflows/conformance.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Build and start server
24
run: |
25
- mvn clean package -pl conformance-tests/server-servlet -am -DskipTests
+ mvn clean install -DskipTests
26
mvn exec:java -pl conformance-tests/server-servlet -Dexec.mainClass="io.modelcontextprotocol.conformance.server.ConformanceServlet" &
27
timeout 30 bash -c 'until curl -s http://localhost:8080/mcp > /dev/null 2>&1; do sleep 0.5; done'
28
@@ -51,7 +51,7 @@ jobs:
51
cache: 'maven'
52
53
- name: Build client
54
- run: mvn clean package -pl conformance-tests/client-jdk-http-client -am -DskipTests
+ run: mvn clean install -DskipTests
55
56
- name: Run conformance test
57
uses: modelcontextprotocol/conformance@v0.1.11
0 commit comments