Skip to content

Commit e15f9ed

Browse files
chore(deps): bump modelcontextprotocol/conformance from 0.1.11 to 0.1.15
Bumps [modelcontextprotocol/conformance](https://github.com/modelcontextprotocol/conformance) from 0.1.11 to 0.1.15. - [Release notes](https://github.com/modelcontextprotocol/conformance/releases) - [Commits](modelcontextprotocol/conformance@v0.1.11...v0.1.15) --- updated-dependencies: - dependency-name: modelcontextprotocol/conformance dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 863e748 commit e15f9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout 30 bash -c 'until curl -s http://localhost:8080/mcp > /dev/null 2>&1; do sleep 0.5; done'
2828
2929
- name: Run conformance tests
30-
uses: modelcontextprotocol/conformance@v0.1.11
30+
uses: modelcontextprotocol/conformance@v0.1.15
3131
with:
3232
mode: server
3333
url: http://localhost:8080/mcp
@@ -54,7 +54,7 @@ jobs:
5454
run: mvn clean install -DskipTests
5555

5656
- name: Run conformance test
57-
uses: modelcontextprotocol/conformance@v0.1.11
57+
uses: modelcontextprotocol/conformance@v0.1.15
5858
with:
5959
mode: client
6060
command: 'java -jar conformance-tests/client-jdk-http-client/target/client-jdk-http-client-*-SNAPSHOT.jar'

0 commit comments

Comments
 (0)