Skip to content

Commit 136bafe

Browse files
committed
ci: update conformance action ref (now builds from source)
1 parent 34cddfe commit 136bafe

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
@@ -28,7 +28,7 @@ jobs:
2828
uv run --frozen mcp-everything-server --port 3001 &
2929
timeout 15 bash -c 'until curl -s http://localhost:3001/mcp > /dev/null 2>&1; do sleep 0.5; done'
3030
echo "Server ready"
31-
- uses: modelcontextprotocol/conformance@ab789d6f03b7b3561b80a6e835bd07aa8d87c10a
31+
- uses: modelcontextprotocol/conformance@a7a585ff08fe34a922300e659c2c94619b18b9cf
3232
with:
3333
mode: server
3434
url: http://localhost:3001/mcp
@@ -43,7 +43,7 @@ jobs:
4343
enable-cache: true
4444
version: 0.9.5
4545
- run: uv sync --frozen --all-extras --package mcp
46-
- uses: modelcontextprotocol/conformance@ab789d6f03b7b3561b80a6e835bd07aa8d87c10a
46+
- uses: modelcontextprotocol/conformance@a7a585ff08fe34a922300e659c2c94619b18b9cf
4747
with:
4848
mode: client
4949
command: "uv run --frozen python .github/actions/conformance/client.py"

0 commit comments

Comments
 (0)