Skip to content

Commit 5c87f32

Browse files
committed
ci(mcp-diff): pin to mcp-server-diff v3.0.0
Release is out; move both jobs from the 3.0-branch SHA to v3.0.0 (3521651, full SHA since Actions rejects short SHAs). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e5c53ae commit 5c87f32

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/mcp-diff.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
} >> "$GITHUB_OUTPUT"
5151
5252
- name: Run MCP Server Diff
53-
# Pinned to the 3.0 branch (cross-spec-version normalization: _meta plumbing,
54-
# cache hints, initialize envelope, tool-annotation default hints; plus the
55-
# stateless SEP-2575 server/discover probe path so each server is probed at its
56-
# own newest spec) so the go-sdk v1.6.1 -> v1.7.0-pre.1 bump produces an honest,
57-
# signal-only diff. Move to the v3.0.0 tag once it ships. See github/copilot-mcp-core#1709.
58-
uses: SamMorrowDrums/mcp-server-diff@8fc26d8ff078dfd783f0c5c235e2cd52fca0d6f6
53+
# Pinned to the cross-spec-aware mcp-server-diff v3.0.0 (full SHA required —
54+
# Actions rejects shortened SHAs): normalizes _meta plumbing, cache hints,
55+
# initialize envelope, tool-annotation default hints; probes each server at its
56+
# own newest spec via the stateless SEP-2575 server/discover path. Keeps the
57+
# go-sdk v1.6.1 -> v1.7.0-pre.1 bump an honest, signal-only diff. github/copilot-mcp-core#1709.
58+
uses: SamMorrowDrums/mcp-server-diff@3521651bb0d3cc267a23df8d94a2a645556980a4 # v3.0.0
5959
with:
6060
setup_go: "false"
6161
install_command: |
@@ -119,8 +119,8 @@ jobs:
119119
} >> "$GITHUB_OUTPUT"
120120
121121
- name: Run MCP Server Diff (streamable-http)
122-
# Pinned to the 3.0 branch — see rationale on the stdio job above.
123-
uses: SamMorrowDrums/mcp-server-diff@8fc26d8ff078dfd783f0c5c235e2cd52fca0d6f6
122+
# Pinned to mcp-server-diff v3.0.0 — see rationale on the stdio job above.
123+
uses: SamMorrowDrums/mcp-server-diff@3521651bb0d3cc267a23df8d94a2a645556980a4 # v3.0.0
124124
with:
125125
setup_go: "false"
126126
install_command: |

0 commit comments

Comments
 (0)