Skip to content

Commit 8c7ecc1

Browse files
ci(conformance): use root script alias for the draft suite; drop workflow header comment
1 parent 2c5acb2 commit 8c7ecc1

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
name: Conformance Tests
22

3-
# The conformance framework (@modelcontextprotocol/conformance) is pinned to an
4-
# exact version in test/conformance/package.json; new conformance releases are
5-
# adopted by deliberately bumping that pin (+ pnpm-lock.yaml). This workflow
6-
# stays as-is across bumps.
7-
#
8-
# Both jobs are gating: the expected-failures baseline determines pass/fail.
9-
# A scenario failing outside the baseline, or a stale baseline entry (scenario
10-
# now passing but still listed), fails the job.
11-
123
on:
134
push:
145
branches: [main]
@@ -56,4 +47,4 @@ jobs:
5647
- run: pnpm install
5748
- run: pnpm run build:all
5849
- run: pnpm run test:conformance:server
59-
- run: pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft
50+
- run: pnpm run test:conformance:server:draft

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"test:conformance:client:all": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:client:all",
4141
"test:conformance:client:run": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:client:run",
4242
"test:conformance:server": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server",
43+
"test:conformance:server:draft": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft",
4344
"test:conformance:server:all": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:all",
4445
"test:conformance:server:run": "pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:run",
4546
"test:conformance:all": "pnpm run test:conformance:client:all && pnpm run test:conformance:server:all"

0 commit comments

Comments
 (0)