Skip to content

Commit f2a3320

Browse files
test(conformance): bump the conformance pin to 0.2.0-alpha.3 (#2289)
1 parent e8c7180 commit f2a3320

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/conformance/expected-failures.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
# CI exits 0 if only these fail, exits 1 on unexpected failures or stale entries.
33
#
44
# Baseline established against the published @modelcontextprotocol/conformance
5-
# release pinned in package.json (0.2.0-alpha.2). Relative to 0.2.0-alpha.1,
6-
# that release re-scoped the SEP-837 application_type check to draft-version
7-
# runs only, so the dated-version auth scenarios that failed only on that
8-
# check were removed from this baseline. Newer conformance releases are
9-
# adopted by deliberately bumping the package.json pin and reconciling this
10-
# file in the same change. (The auth/iss-* scenarios are not present in
11-
# 0.2.0-alpha.2; the runner reports them as unknown/failed, covered by their
12-
# entries below until a release ships them.)
5+
# release pinned in package.json (0.2.0-alpha.3). Newer conformance releases
6+
# are adopted by deliberately bumping the package.json pin and reconciling
7+
# this file in the same change. 0.2.0-alpha.3 fixes the draft wire version
8+
# (2026-07-28). Several auth scenarios in this baseline (auth/iss-*,
9+
# auth/authorization-server-migration, auth/enterprise-managed-authorization)
10+
# are still not shipped in the published release — the runner reports them
11+
# unknown/failed; their entries below cover them either way.
1312
#
1413
# NOTE: the draft error-code assignments exercised by the SEP-2243 server
1514
# scenarios (-32001 HeaderMismatch) and their neighbours (-32602, -32004) are

test/conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:conformance:all": "pnpm run test:conformance:client:all && pnpm run test:conformance:server:all"
3939
},
4040
"devDependencies": {
41-
"@modelcontextprotocol/conformance": "0.2.0-alpha.2",
41+
"@modelcontextprotocol/conformance": "0.2.0-alpha.3",
4242
"@modelcontextprotocol/client": "workspace:^",
4343
"@modelcontextprotocol/server": "workspace:^",
4444
"@modelcontextprotocol/core": "workspace:^",

0 commit comments

Comments
 (0)