File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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:^" ,
You can’t perform that action at this time.
0 commit comments